mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 21:17:55 +00:00
config-gui.sh: Fix truncated restricted boot prompt
The "disable restricted boot" prompt got slightly too long when fixing the TPM wording. Re-wrap that line to match the others. Wrapping could use some general cleanup but this is sufficient so the text isn't truncated. Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
This commit is contained in:
parent
157efc6b03
commit
19610748d3
@ -335,7 +335,8 @@ while true; do
|
||||
if (whiptail --title 'Disable Restricted Boot Mode?' \
|
||||
--yesno "This will allow booting from unsigned devices,
|
||||
\nand will re-enable failsafe boot mode.
|
||||
\n\nThis will also erase the TOTP/HOTP secret and re-enable the recovery console.
|
||||
\n\nThis will also erase the TOTP/HOTP secret and
|
||||
\nre-enable the recovery console.
|
||||
\n\nProceeding will automatically update the boot firmware and reboot!
|
||||
\n\nDo you want to proceed?" 0 80) then
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user