mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-11-05 17:58:04 +09:00
Correct menu labelling for x86
This commit is contained in:
parent
bf9c85c0b9
commit
20a4cee6e5
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
raspi-config (20211203) bullseye; urgency=medium
|
||||
|
||||
* Correct labelling for x86 version as well
|
||||
|
||||
-- Simon Long <simon@raspberrypi.com> Thu, 02 Dec 2021 18:39:04 +0000
|
||||
|
||||
raspi-config (20211202) bullseye; urgency=medium
|
||||
|
||||
* Correct labelling of entries in the interface menu
|
||||
|
@ -2907,7 +2907,7 @@ do_interface_menu() {
|
||||
3>&1 1>&2 2>&3)
|
||||
else
|
||||
FUN=$(whiptail --title "Raspberry Pi Software Configuration Tool (raspi-config)" --menu "Interfacing Options" $WT_HEIGHT $WT_WIDTH $WT_MENU_HEIGHT --cancel-button Back --ok-button Select \
|
||||
"P2 SSH" "Enable/disable remote command line access using SSH" \
|
||||
"I2 SSH" "Enable/disable remote command line access using SSH" \
|
||||
3>&1 1>&2 2>&3)
|
||||
fi
|
||||
RET=$?
|
||||
|
Loading…
Reference in New Issue
Block a user