From 096e5403928af16dbde951ea6df3194755dbb33b Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 15 May 2024 02:53:45 -0400 Subject: [PATCH] Add grub install. --- install-stormux.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install-stormux.sh b/install-stormux.sh index 9f3260b..33277c7 100755 --- a/install-stormux.sh +++ b/install-stormux.sh @@ -153,6 +153,7 @@ pacstrap /mnt \ bluez-utils \ brltty \ cronie \ + efibootmgr-ng \ espeak-ng \ git \ go \ @@ -231,6 +232,10 @@ systemctl enable brltty.path cronie.service fenrirscreenreader.service NetworkMa pacman -Sc --noconfirm pacman -R --noconfirm go +# Install grub +grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB +grub-mkconfig -o /boot/grub/grub.cfg + EOF # Exiting calls the cleanup function to unmount.