From ae5ffa7ddb50b71fc4d57dae12e2a0756176ce1c Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 15 Jul 2023 11:19:31 +0200 Subject: [PATCH] disable cancel --- usr/lib/archboot/installer/storage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/storage.sh b/usr/lib/archboot/installer/storage.sh index 6628f4e3f..15106d021 100644 --- a/usr/lib/archboot/installer/storage.sh +++ b/usr/lib/archboot/installer/storage.sh @@ -116,7 +116,7 @@ _create_special() { fi _CANCEL="" #shellcheck disable=SC2086 - dialog ${_DEFAULT} --backtitle "${_TITLE}" --menu "Manage Software Raid, LVM2 And LUKS Encryption" 11 60 5 \ + dialog --no-cancel ${_DEFAULT} --backtitle "${_TITLE}" --menu "Manage Software Raid, LVM2 And LUKS Encryption" 11 60 5 \ "1" "Manage Software Raid" \ "2" "Manage Logical Volume Manager" \ "3" "Manage LUKS Encryption" \