diff --git a/usr/lib/archboot/installer/autoprepare.sh b/usr/lib/archboot/installer/autoprepare.sh index 7c1cfda58..84bac0f87 100644 --- a/usr/lib/archboot/installer/autoprepare.sh +++ b/usr/lib/archboot/installer/autoprepare.sh @@ -13,7 +13,7 @@ _autoprepare() { if [[ "$(echo "${_DISKS}" | wc -w)" -gt 1 ]]; then _dialog --cr-wrap --msgbox "Available Disks:\n\n$(_getavaildisks)\n" 0 0 #shellcheck disable=SC2046 - _dialog --menu "Select the storage drive to use:" 14 55 7 $(_blockdevices _) 2>"${_ANSWER}" || return 1 + _dialog --menu "Select the storage drive to use:" 14 40 7 $(_blockdevices _) 2>"${_ANSWER}" || return 1 _DISK=$(cat "${_ANSWER}") else _DISK="${_DISKS}"