diff --git a/zfsbootmenu/install-helpers.sh b/zfsbootmenu/install-helpers.sh index 5ae325c94..5af273e7d 100644 --- a/zfsbootmenu/install-helpers.sh +++ b/zfsbootmenu/install-helpers.sh @@ -160,7 +160,6 @@ create_zbm_profiles() { alias clear="tput clear" alias reset="tput reset" - alias logs="ztrace" alias trace="ztrace" alias help="/libexec/zfsbootmenu-help -L recovery-shell" diff --git a/zfsbootmenu/lib/zfsbootmenu-ui.sh b/zfsbootmenu/lib/zfsbootmenu-ui.sh index 726b6f94b..54e6f074b 100755 --- a/zfsbootmenu/lib/zfsbootmenu-ui.sh +++ b/zfsbootmenu/lib/zfsbootmenu-ui.sh @@ -106,7 +106,7 @@ global_header() { header="\\033[0;37m Help \\033[0m" tab="Help" ;; - zlogtail) + zlogtail|logs) header="\\033[0;37m Logs \\033[0m" tab="Logs" ;;