From 6d3fbe60f63cbddd85114e7a2ec2e4946e7b0eee Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 17 Jan 2023 15:22:19 +0100 Subject: [PATCH] fix autoprepare MBR mode --- usr/lib/archboot/installer/autoprepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/autoprepare.sh b/usr/lib/archboot/installer/autoprepare.sh index afc86543e..f0e5be2b3 100644 --- a/usr/lib/archboot/installer/autoprepare.sh +++ b/usr/lib/archboot/installer/autoprepare.sh @@ -117,7 +117,7 @@ _autoprepare() { fi done else - while [[ -z "${BOOTDEV_SET}" ]]; do + while [[ -z "${_BOOTDEV_SET}" ]]; do _dialog --inputbox "Enter the size (MB) of your /boot partition,\nMinimum value is 100.\n\nDisk space left: ${_DISK_SIZE} MB" 10 65 "512" 2>"${_ANSWER}" || return 1 _BOOTDEV_SIZE="$(cat "${_ANSWER}")" if [[ -z "${_BOOTDEV_SIZE}" ]]; then