From 1eb63ccbf52ac3becc970c3d03f193bd9a55491c Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 5 Oct 2017 00:08:51 -0700 Subject: [PATCH] GRUB fix --- chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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