Lines Matching +full:libwayland +full:- +full:dev
2 #cloud-config
8 - name: crosvm
16 - ssh-rsa
24 # Note: Keep in sync with ./install-[aarch64-]deps.sh
26 - gcc
27 - libavcodec60
28 - libavutil58
29 - libcap2
30 - libdbus-1-3
31 - libdrm2
32 - libepoxy0
33 - libssl3
34 - libswscale7
35 - libva2
36 - libwayland-client0
37 - libx11-6
38 - libxext6
39 - nasm
40 - ncat
41 - rsync
46 - echo "testvm-$(arch)" > /etc/hostname
47 - echo 127.0.0.1 testvm-$(arch) >> /etc/hosts
49 - mkdir /var/empty
51 # Install cargo-nextest using prebuilt binaries and validate checksum.
53 - curl -LsSf https://get.nexte.st/0.9.43/linux-arm | tar zxf - -C /usr/bin
54 …- echo "59374b208807b5002f96c815a04f6bcc80d16707c2e8046471bb41043324363e /usr/bin/cargo-nextest" |…
56 - curl -LsSf https://get.nexte.st/0.9.43/linux | tar zxf - -C /usr/bin
57 …- echo "0b100bd45bbae6e7a4fa05f8f2cee0ca231997875ec43f984cd5ffaa2e6e9a98 /usr/bin/cargo-nextest" |…
61 - echo "* soft core unlimited" > /etc/security/limits.conf
64 - [apt-get, remove, --yes, vim-runtime, iso-codes, perl, grub-common]
65 - [apt-get, autoremove, --yes]
66 - [apt-get, clean, --yes]
67 - [rm, -rf, /var/lib/apt/lists]
70 - [dd, if=/dev/zero, of=/mytempfile]
71 - [rm, /mytempfile]
74 - [poweroff]