File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 77
88# shellcheck disable=SC2016
99fuzzy_default_options=(
10- " --ansi" " --no-clear" " --cycle" " --color=16 "
10+ " --ansi" " --no-clear" " --cycle"
1111 " --layout=reverse-list" " --inline-info" " --tac"
12+ " --color='base16,current-fg:red,selected-fg:magenta'"
1213 " --bind" ' "alt-h:execute[ /libexec/zfsbootmenu-help -L ${HELP_SECTION:-main-screen} 1>/dev/null ]"'
1314 " --bind" ' "ctrl-h:execute[ /libexec/zfsbootmenu-help -L ${HELP_SECTION:-main-screen} 1>/dev/null ]"'
1415 " --bind" ' "ctrl-alt-h:execute[ /libexec/zfsbootmenu-help -L ${HELP_SECTION:-main-screen} 1>/dev/null ]"'
@@ -35,7 +36,7 @@ if [ ${loglevel:-4} -eq 7 ] ; then
3536 )
3637fi
3738
38- if [ -n " ${HAS_RAW} " ]; then
39+ if [ -n " ${HAS_RAW} " ] && is_efi_system ; then
3940 fuzzy_default_options+=(
4041 " --raw"
4142 " --gutter-raw" ' " "'
You can’t perform that action at this time.
0 commit comments