aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-27 00:06:17 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-27 00:06:17 +0100
commit0beae9612170833f2d2fd20fb5e7257e1f10a08a (patch)
tree375e5ae106510f31db7ea9c389dc7155d6f15dc0
parentjo_pacstrapping everything (diff)
downloadarch-installer-0beae9612170833f2d2fd20fb5e7257e1f10a08a.tar.gz
arch-installer-0beae9612170833f2d2fd20fb5e7257e1f10a08a.tar.bz2
arch-installer-0beae9612170833f2d2fd20fb5e7257e1f10a08a.tar.xz
arch-installer-0beae9612170833f2d2fd20fb5e7257e1f10a08a.tar.zst
arch-installer-0beae9612170833f2d2fd20fb5e7257e1f10a08a.zip
Configured GRUB
-rwxr-xr-xjoes-arch-install-UEFI.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh
index 37a362d..edadafc 100755
--- a/joes-arch-install-UEFI.sh
+++ b/joes-arch-install-UEFI.sh
@@ -825,6 +825,8 @@ arch-chroot /mnt/arch << ARCH_CHROOT_BIOS_GRUB_CMDS
# 2. Configuring GRUB #
# #
#=================================#
+ grub-install --target=i386-pc $drv
+ grub-mkconfig -o /boot/grub/grub.cfg
sleep 4
exit
ARCH_CHROOT_BIOS_GRUB_CMDS