Add grub install.

This commit is contained in:
Storm Dragon 2024-05-15 02:53:45 -04:00
parent 0830815515
commit 096e540392

View File

@ -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.