mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-11-05 17:58:04 +09:00
Remove nonint whiptail msgbox in do_overlayfs
This commit is contained in:
parent
a2b49a272a
commit
684fbe183a
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
raspi-config (20220307) UNRELEASED; urgency=medium
|
||||
|
||||
* Remove nonint whiptail msgbox in do_overlayfs
|
||||
|
||||
-- Serge Schneider <serge@raspberrypi.com> Mon, 07 Mar 2022 09:26:38 +0000
|
||||
|
||||
raspi-config (20220303) bullseye; urgency=medium
|
||||
|
||||
* Use wildcards for KMS test
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user