mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-21 01:31:26 +00:00
gui-init: move Exit to Shell menu entry under Advanced Settings
Exiting the GUI to a shell is not expected to be part of our users' everyday workflow, and thus this menu entry doesn't have to be on the main page.
This commit is contained in:
parent
fbe39745b4
commit
0dc8d9f82e
@ -176,7 +176,6 @@ while true; do
|
||||
'y' ' Default boot' \
|
||||
'a' ' Advanced Settings -->' \
|
||||
'P' ' Power Off' \
|
||||
'x' ' Exit to recovery shell' \
|
||||
2>/tmp/whiptail || recovery "GUI menu failed"
|
||||
|
||||
totp_confirm=$(cat /tmp/whiptail)
|
||||
@ -191,6 +190,7 @@ while true; do
|
||||
'c' ' Change configuration settings -->' \
|
||||
'f' ' Flash/Update the BIOS -->' \
|
||||
'G' ' GPG Options -->' \
|
||||
'x' ' Exit to recovery shell' \
|
||||
'r' ' <-- Return to main menu' \
|
||||
2>/tmp/whiptail || recovery "GUI menu failed"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user