grub install typo
This commit is contained in:
parent
c8c4796065
commit
5db15eaeab
|
@ -112,7 +112,7 @@ echo "--------------------------------------"
|
||||||
echo "--GRUB BIOS Bootloader Install&Check--"
|
echo "--GRUB BIOS Bootloader Install&Check--"
|
||||||
echo "--------------------------------------"
|
echo "--------------------------------------"
|
||||||
if [[ ! -d "/sys/firmware/efi" ]]; then
|
if [[ ! -d "/sys/firmware/efi" ]]; then
|
||||||
grub-install --boot-directory=/boot ${DISK}
|
grub-install --boot-directory=/mnt/boot ${DISK}
|
||||||
fi
|
fi
|
||||||
echo "--------------------------------------"
|
echo "--------------------------------------"
|
||||||
echo "-- Check for low memory systems <8G --"
|
echo "-- Check for low memory systems <8G --"
|
||||||
|
|
Loading…
Reference in New Issue