Merge pull request #81 from d4ve10/boot-fix
Wrong boot path for grub-install
This commit is contained in:
commit
6696171880
|
|
@ -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