Skip to content

Commit eac0547

Browse files
committed
install-helpers.sh: explicitly require setsid
mkinitcpio-busybox in Arch doesn't include setsid, so ZFSBootMenu will fail if the system copy isn't pulled into the image.
1 parent dbd9642 commit eac0547

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zfsbootmenu/install-helpers.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ zfsbootmenu_essential_binaries=(
3535
"dmesg"
3636
"less"
3737
"fzf"
38+
"setsid"
3839
)
3940

4041
# shellcheck disable=SC2034

0 commit comments

Comments
 (0)