Skip to content

Commit

Permalink
Explicitly require bash, blacklist dash
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford authored and zdykstra committed Oct 30, 2022
1 parent 3399f4b commit 91900d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dracut/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ check() {
}

depends() {
echo udev-rules
echo bash udev-rules
return 0
}

Expand Down
2 changes: 1 addition & 1 deletion etc/zfsbootmenu/dracut.conf.d/zfsbootmenu.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nofsck="yes"
add_dracutmodules+=" zfsbootmenu "
omit_dracutmodules+=" btrfs zfs resume systemd systemd-initrd dracut-systemd plymouth "
omit_dracutmodules+=" btrfs zfs resume systemd systemd-initrd dracut-systemd plymouth dash "

0 comments on commit 91900d3

Please sign in to comment.