From 0a3c1613dfbe6863eff37a591ae6e29e3585ff88 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 15 Jul 2023 15:19:17 +0200 Subject: [PATCH] fix box --- usr/lib/archboot/installer/mountpoints.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/mountpoints.sh b/usr/lib/archboot/installer/mountpoints.sh index a03df82ea..badbe8644 100644 --- a/usr/lib/archboot/installer/mountpoints.sh +++ b/usr/lib/archboot/installer/mountpoints.sh @@ -135,7 +135,7 @@ _create_filesystem() { if [[ "${_FSTYPE}" == "btrfs" ]]; then _prepare_btrfs || return 1 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}") else if [[ "${_FSTYPE}" == "btrfs" ]]; then