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:
Martin Kepplinger 2019-05-24 23:25:22 +02:00
parent fbe39745b4
commit 0dc8d9f82e

View File

@ -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"