Lines Matching +full:- +full:lssf
2 #cloud-config
8 - name: crosvm
16 - ssh-rsa
24 # Note: Keep in sync with ./install-[aarch64-]deps.sh
26 - e2fsprogs
27 - gcc
28 - libavcodec61
29 - libavutil58
30 - libcap2
31 - libdbus-1-3
32 - libdrm2
33 - libepoxy0
34 - libssl3
35 - libswscale8
36 - libva2
37 - libwayland-client0
38 - libx11-6
39 - libxext6
40 - nasm
41 - ncat
42 - rsync
47 - echo "testvm-$(arch)" > /etc/hostname
48 - echo 127.0.0.1 testvm-$(arch) >> /etc/hosts
50 - mkdir /var/empty
52 # Install cargo-nextest using prebuilt binaries and validate checksum.
54 - curl -LsSf https://get.nexte.st/0.9.43/linux-arm | tar zxf - -C /usr/bin
55 …- echo "59374b208807b5002f96c815a04f6bcc80d16707c2e8046471bb41043324363e /usr/bin/cargo-nextest" |…
57 - curl -LsSf https://get.nexte.st/0.9.43/linux | tar zxf - -C /usr/bin
58 …- echo "0b100bd45bbae6e7a4fa05f8f2cee0ca231997875ec43f984cd5ffaa2e6e9a98 /usr/bin/cargo-nextest" |…
62 - echo "* soft core unlimited" > /etc/security/limits.conf
66 …- [apt-get, remove, --yes, --allow-remove-essential, vim-runtime, grub-common, grub-efi-arm64-sign…
68 …- [apt-get, remove, --yes, --allow-remove-essential, vim-runtime, grub-common, grub-efi-amd64-sign…
70 - [apt-get, autoremove, --yes]
71 - [apt-get, clean, --yes]
72 - [rm, -rf, /var/lib/apt/lists]
75 - [dd, if=/dev/zero, of=/mytempfile]
76 - [rm, /mytempfile]
79 - [poweroff]