File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33set -euo pipefail
44
5- CLOUD_IMG_URL=https://mirror.pkgbuild.com/images/v20251201.460866 /Arch-Linux-x86_64-cloudimg.qcow2
5+ CLOUD_IMG_URL=https://mirror.pkgbuild.com/images/latest /Arch-Linux-x86_64-cloudimg.qcow2
66DISTRIBOX_IMG_PATH=" /var/lib/distribox/images/"
77CLOUD_IMG_SOURCE=" ${CLOUD_IMG_URL##*/ } "
88
@@ -18,7 +18,10 @@ sudo virt-customize -a /tmp/resized_image.qcow2 \
1818 --run-command ' pacman-key --init' \
1919 --run-command ' pacman-key --populate archlinux' \
2020 --run-command ' pacman -Syu --noconfirm' \
21- --run-command ' pacman -S --noconfirm vim qemu-guest-agent cloud-init grub linux intel-ucode' \
21+ --run-command ' pacman -S --noconfirm vim qemu-guest-agent cloud-init grub linux intel-ucode btrfs-progs' \
22+ --run-command ' mkinitcpio -P' \
23+ --run-command ' grub-install /dev/sda' \
24+ --run-command ' grub-mkconfig -o /boot/grub/grub.cfg' \
2225 --run-command ' fuser -km /dev || true' \
2326 --run-command ' sync'
2427
You can’t perform that action at this time.
0 commit comments