This commit is contained in:
Tobias Powalowski 2023-07-15 15:19:17 +02:00
parent ff287a20c4
commit 0a3c1613df

View file

@ -135,7 +135,7 @@ _create_filesystem() {
if [[ "${_FSTYPE}" == "btrfs" ]]; then if [[ "${_FSTYPE}" == "btrfs" ]]; then
_prepare_btrfs || return 1 _prepare_btrfs || return 1
fi fi
_dialog --title " Custom Options " --inputbox "Use this field only, if the defaults are not matching your needs,\nelse just leave it empty." 6 70 2>"${_ANSWER}" || return 1 _dialog --title " Custom Options " --inputbox "Use this field only, if the defaults are not matching your needs,\nelse just leave it empty." 7 70 2>"${_ANSWER}" || return 1
_FS_OPTIONS=$(cat "${_ANSWER}") _FS_OPTIONS=$(cat "${_ANSWER}")
else else
if [[ "${_FSTYPE}" == "btrfs" ]]; then if [[ "${_FSTYPE}" == "btrfs" ]]; then