Skip to content

Commit

Permalink
install-helpers.sh: explicitly require setsid
Browse files Browse the repository at this point in the history
mkinitcpio-busybox in Arch doesn't include setsid, so ZFSBootMenu will
fail if the system copy isn't pulled into the image.
  • Loading branch information
ahesford committed Feb 17, 2022
1 parent dbd9642 commit eac0547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zfsbootmenu/install-helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ zfsbootmenu_essential_binaries=(
"dmesg"
"less"
"fzf"
"setsid"
)

# shellcheck disable=SC2034
Expand Down

0 comments on commit eac0547

Please sign in to comment.