grub install typo

This commit is contained in:
David Giwojno 2021-11-05 00:10:24 +01:00
parent c8c4796065
commit 5db15eaeab
No known key found for this signature in database
GPG Key ID: FD8D718EFA3A28CA
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ echo "--------------------------------------"
echo "--GRUB BIOS Bootloader Install&Check--"
echo "--------------------------------------"
if [[ ! -d "/sys/firmware/efi" ]]; then
grub-install --boot-directory=/boot ${DISK}
grub-install --boot-directory=/mnt/boot ${DISK}
fi
echo "--------------------------------------"
echo "-- Check for low memory systems <8G --"