Skip to content

Commit

Permalink
zfsbootmenu: make 'less' an optional binary
Browse files Browse the repository at this point in the history
'less' is only used by debug logging viewer, so there's no need to
refuse to build an image if the host system doesn't have that binary
available.
  • Loading branch information
zdykstra committed Sep 12, 2023
1 parent d03f9de commit bf20728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zfsbootmenu/install-helpers.sh
Expand Up @@ -34,7 +34,6 @@ zfsbootmenu_essential_binaries=(
"lsmod"
"depmod"
"dmesg"
"less"
"fzf"
"setsid"
)
Expand All @@ -43,6 +42,7 @@ zfsbootmenu_essential_binaries=(
zfsbootmenu_optional_binaries=(
"mbuffer"
"column"
"less"
)

# shellcheck disable=SC2034
Expand Down

0 comments on commit bf20728

Please sign in to comment.