From 684fbe183a53f60cccee21c341d5754357cf1288 Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Mon, 7 Mar 2022 09:28:09 +0000 Subject: [PATCH] Remove nonint whiptail msgbox in do_overlayfs --- debian/changelog | 6 ++++++ raspi-config | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8cbbcb2..fbc63d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +raspi-config (20220307) UNRELEASED; urgency=medium + + * Remove nonint whiptail msgbox in do_overlayfs + + -- Serge Schneider Mon, 07 Mar 2022 09:26:38 +0000 + raspi-config (20220303) bullseye; urgency=medium * Use wildcards for KMS test diff --git a/raspi-config b/raspi-config index 1425d29..81e01f0 100755 --- a/raspi-config +++ b/raspi-config @@ -2674,7 +2674,9 @@ do_overlayfs() { else BPRO="writable" fi - whiptail --msgbox "The boot partition is currently $BPRO. This cannot be changed while an overlay file system is enabled." 20 60 1 + if [ "$INTERACTIVE" = True ]; then + whiptail --msgbox "The boot partition is currently $BPRO. This cannot be changed while an overlay file system is enabled." 20 60 1 + fi else DEFAULT=--defaultno CURRENT=0