mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-12-22 12:10:07 +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
|
raspi-config (20211202) bullseye; urgency=medium
|
||||||
|
|
||||||
* Correct labelling of entries in the interface menu
|
* Correct labelling of entries in the interface menu
|
||||||
|
@ -2907,7 +2907,7 @@ do_interface_menu() {
|
|||||||
3>&1 1>&2 2>&3)
|
3>&1 1>&2 2>&3)
|
||||||
else
|
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 \
|
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)
|
3>&1 1>&2 2>&3)
|
||||||
fi
|
fi
|
||||||
RET=$?
|
RET=$?
|
||||||
|
Loading…
Reference in New Issue
Block a user