diff --git a/usr/bin/archboot-setup.sh b/usr/bin/archboot-setup.sh index 4797951a3..309efc0d8 100755 --- a/usr/bin/archboot-setup.sh +++ b/usr/bin/archboot-setup.sh @@ -18,6 +18,8 @@ S_MKFSAUTO=0 # auto fs part/formatting S_CONFIG=0 # configuration editing # menu item tracker- autoselect the next item NEXTITEM="" +# To allow choice in script set EDITOR="" +EDITOR="" . /usr/lib/archboot/installer/autoconfiguration.sh . /usr/lib/archboot/installer/autoprepare.sh diff --git a/usr/lib/archboot/installer/bootloader.sh b/usr/lib/archboot/installer/bootloader.sh index 0eab2a2d5..5048992f3 100644 --- a/usr/lib/archboot/installer/bootloader.sh +++ b/usr/lib/archboot/installer/bootloader.sh @@ -1150,7 +1150,7 @@ do_grub_uefi() { [[ "${_UEFI_ARCH}" == "AA64" ]] && _GRUB_ARCH="arm64" do_grub_common_before - DIALOG --infobox "Initializing grub bootloader, please wait ..." 0 0 + DIALOG --infobox "Initializing grub bootloader..." 0 0 chroot_mount if [[ "${_DETECTED_UEFI_SECURE_BOOT}" == "1" ]]; then # install fedora shim