Skip to content

Commit

Permalink
fixup! zfsbootmenu: add modal power menu on main screen
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Mar 19, 2024
1 parent 59ac317 commit 6368cf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zfsbootmenu/lib/zfsbootmenu-ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ draw_be() {

header="$( column_wrap "\
^[RETURN] boot:[CTRL+K] kernels:[CTRL+P] pool status
^[CTRL+D] set bootfs:[CTRL+R] recovery shell:[CTRL+S] snapshots
^[CTRL+E] edit kcl:[CTRL+J] jump into chroot:[CTRL+X] power menu
^${kcl_text:+${kcl_text}:}[CTRL+L] view logs:${blank}[CTRL+H] help" \
^[CTRL+D] set bootfs:[CTRL+J] jump into chroot:[CTRL+L] view logs
^[CTRL+S] snapshots:[CTRL+R] recovery shell:[CTRL+X] power menu
^[CTRL+E] edit kcl${kcl_text:+:${kcl_text}}:${blank}[CTRL+H] help" \
"\
^[RETURN] boot
^[CTRL+R] recovery shell
Expand Down

0 comments on commit 6368cf4

Please sign in to comment.