File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,10 @@ systemctl enable systemd-networkd
7474systemctl enable systemd-resolved
7575systemctl enable pacman-init.service
7676
77- grub-install
77+ if [ -b " /dev/sda" ]; then
78+ grub-install /dev/sda
79+ elif [ -b " /dev/vda" ]; then
80+ grub-install /dev/vda
81+ fi
7882sed -i -e ' s/^GRUB_TIMEOUT=.*$/GRUB_TIMEOUT=1/' /etc/default/grub
7983grub-mkconfig -o /boot/grub/grub.cfg
Original file line number Diff line number Diff line change 11{
22 "variables" : {
33
4- "iso_url" : " https://mirror.rackspace .com/archlinux/ iso/latest/archlinux-2018 .10.01-x86_64.iso" ,
5- "iso_checksum_url" : " https://mirror.rackspace .com/archlinux /iso/latest/sha1sums.txt" ,
4+ "iso_url" : " https://mirror.pkgbuild .com/iso/latest/archlinux-2019 .10.01-x86_64.iso" ,
5+ "iso_checksum_url" : " https://mirror.pkgbuild .com/iso/latest/sha1sums.txt" ,
66 "iso_checksum_type" : " sha1" ,
77 "disk_size" : " 20480" ,
88 "memory" : " 1024" ,
You can’t perform that action at this time.
0 commit comments