From 37d6bf003f15fd9ea24ffc94201fc98e2f697157 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 31 Mar 2022 00:36:49 +0100 Subject: fixed grub efi --- scripts/install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/install.sh b/scripts/install.sh index f13495a..e26baa5 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -78,8 +78,9 @@ installing_bootloader () { [ "$r" != "n" ] && { opts="--target=x86_64-efi" - read -p "Enter efi partition: " efi_part - opts="$opts --efi-partition=$efi_part" + lsblk + read -p "Enter efi directory: " efi_part + opts="$opts --efi-directory=$efi_part" read -p "Removable system? [y]" r [ "$r" != "n" ] && { @@ -111,6 +112,7 @@ downloading_additional_packages len=$(echo "$steps" | wc -l) i=0 +echo "Press [return] to enter configuration" for step in $steps; do i=$((i+1)) -- cgit v1.2.1