allow back from swap

This commit is contained in:
Tobias Powalowski 2023-07-15 19:00:42 +02:00
parent 2c5d9f35ea
commit e70ebc51d4

View file

@ -174,7 +174,7 @@ _mountpoints() {
while [[ -z "${_MP_DONE}" ]]; do while [[ -z "${_MP_DONE}" ]]; do
#shellcheck disable=SC2086 #shellcheck disable=SC2086
if [[ -z "${_SWAP_DONE}" ]]; then if [[ -z "${_SWAP_DONE}" ]]; then
_dialog --title " Swap Partition " --no-cancel --menu "" 14 45 8 NONE - ${_DEVS} 2>"${_ANSWER}" || return 1 _dialog --title " Swap Partition " --menu "" 14 45 8 NONE - ${_DEVS} 2>"${_ANSWER}" || return 1
elif [[ -z "${_ROOT_DONE}" ]]; then elif [[ -z "${_ROOT_DONE}" ]]; then
_dialog --title " Root Partition " --no-cancel --menu "" 14 45 8 ${_DEVS} 2>"${_ANSWER}" || return 1 _dialog --title " Root Partition " --no-cancel --menu "" 14 45 8 ${_DEVS} 2>"${_ANSWER}" || return 1
elif [[ -z "${_UEFISYSDEV_DONE}" ]]; then elif [[ -z "${_UEFISYSDEV_DONE}" ]]; then