Skip to content

Commit 59bbf93

Browse files
committed
zfsbootmenu: make 'less' an optional binary
'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.
1 parent 00f70f6 commit 59bbf93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zfsbootmenu/install-helpers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ zfsbootmenu_essential_binaries=(
3434
"lsmod"
3535
"depmod"
3636
"dmesg"
37-
"less"
3837
"fzf"
3938
"setsid"
4039
"cat"
@@ -44,6 +43,7 @@ zfsbootmenu_essential_binaries=(
4443
zfsbootmenu_optional_binaries=(
4544
"mbuffer"
4645
"column"
46+
"less"
4747
)
4848

4949
# shellcheck disable=SC2034

0 commit comments

Comments
 (0)