Skip to content

Commit bf20728

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 d03f9de commit bf20728

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
)
@@ -43,6 +42,7 @@ zfsbootmenu_essential_binaries=(
4342
zfsbootmenu_optional_binaries=(
4443
"mbuffer"
4544
"column"
45+
"less"
4646
)
4747

4848
# shellcheck disable=SC2034

0 commit comments

Comments
 (0)