diff --git a/chroot.sh b/chroot.sh index 238fbab..3b6a3d2 100644 --- a/chroot.sh +++ b/chroot.sh @@ -10,6 +10,6 @@ locale-gen echo "test" > /etc/hostname -pacman -S grub && grub-install --target=i386-pc /dev/sda +pacman -S grub && grub-install --target=i386-pc /dev/sda && grub-mkconfig -o /boot/grub/grub.cfg curl -O http://lukesmith.xyz/larbs/root.sh && root.sh