From 5db15eaeab4283d147f5e667f8cf37713caf92d5 Mon Sep 17 00:00:00 2001 From: David Giwojno Date: Fri, 5 Nov 2021 00:10:24 +0100 Subject: [PATCH] grub install typo --- 0-preinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --"