fix autoprepare MBR mode

This commit is contained in:
Tobias Powalowski 2023-01-17 15:22:19 +01:00
parent 846cf64fe2
commit 6d3fbe60f6

View file

@ -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