aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x0-preinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/0-preinstall.sh b/0-preinstall.sh
index 84b15d8..d7ee7f1 100755
--- a/0-preinstall.sh
+++ b/0-preinstall.sh
@@ -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 --"