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 7, 2023
1 parent 00f70f6 commit 59bbf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zfsbootmenu/install-helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ zfsbootmenu_essential_binaries=(
"lsmod"
"depmod"
"dmesg"
"less"
"fzf"
"setsid"
"cat"
Expand All @@ -44,6 +43,7 @@ zfsbootmenu_essential_binaries=(
zfsbootmenu_optional_binaries=(
"mbuffer"
"column"
"less"
)

# shellcheck disable=SC2034
Expand Down

0 comments on commit 59bbf93

Please sign in to comment.