add infoboxes

This commit is contained in:
Tobias Powalowski 2023-01-09 22:55:45 +01:00
parent ef7ac2d352
commit d24569bdc4

View file

@ -130,9 +130,9 @@ _mountpoints() {
if [[ -z "${_NAME_SCHEME_PARAMETER_RUN}" ]]; then if [[ -z "${_NAME_SCHEME_PARAMETER_RUN}" ]]; then
_set_device_name_scheme || return 1 _set_device_name_scheme || return 1
fi fi
_dialog --infobox "Scanning devices ..." 0 0 _dialog --infobox "Scanning devices ..." 3 40
_dialog --cr-wrap --msgbox "Available partitions:\n\n$(_getavailpartitions)\n" 0 0 _dialog --cr-wrap --msgbox "Available partitions:\n\n$(_getavailpartitions)\n" 0 0
_dialog --infobox "Scanning devices ..." 0 0 _dialog --infobox "Scanning devices ..." 3 40
_PARTS=$(_findpartitions _) _PARTS=$(_findpartitions _)
_DO_SWAP="" _DO_SWAP=""
while [[ "${_DO_SWAP}" != "DONE" ]]; do while [[ "${_DO_SWAP}" != "DONE" ]]; do