grub install typo
This commit is contained in:
parent
c8c4796065
commit
5db15eaeab
|
@ -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 --"
|
||||
|
|
Loading…
Reference in New Issue