Skip to content

Commit

Permalink
Update gui-init
Browse files Browse the repository at this point in the history
(revert)
  • Loading branch information
alexgithublab committed Apr 4, 2024
1 parent e948f95 commit da154df
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions initrd/bin/gui-init
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ show_options_menu()
'C' ' Reencrypt LUKS container -->' \
'P' ' Change LUKS Disk Recovery Key passphrase ->' \
'R' ' Check/Update file hashes on root disk -->' \
'a' ' Change system time -->' \
'x' ' Exit to recovery shell' \
'r' ' <-- Return to main menu' \
2>/tmp/whiptail || recovery "GUI menu failed"
Expand Down Expand Up @@ -473,10 +472,7 @@ show_options_menu()
;;
R )
root-hashes-gui.sh
;;
a )
change-time.sh
;;
;;
x )
recovery "User requested recovery shell"
;;
Expand Down

0 comments on commit da154df

Please sign in to comment.