Skip to content

Commit 6466997

Browse files
committed
Universal debugging shell via F12 key
1 parent bbaeb03 commit 6466997

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

90zfsbootmenu/zfsbootmenu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ if [ ${loglevel:-4} -eq 7 ] ; then
8181
"--bind" '"alt-t:execute[ /sbin/ztrace > ${control_term} ]"'
8282
"--bind" '"ctrl-t:execute[ /sbin/ztrace > ${control_term} ]"'
8383
"--bind" '"ctrl-alt-t:execute[ /sbin/ztrace > ${control_term} ]"'
84+
"--bind" '"f12:execute[ /libexec/zfunc emergency_shell \"debugging shell\" > ${control_term} ]"'
8485
)
8586
fi
8687

0 commit comments

Comments
 (0)