Skip to content

Commit db78c98

Browse files
committed
dracut: explicitly require the bash module
On Void, and possibly other distributions, /bin/sh points to /bin/dash. When no specific shell module (bash, dash, busybox) is requested, the system /bin/sh is used by default. Because ZFSBootMenu blacklists dash, shell-interpreter is unable to be installed, which then blocks multiple other key/core dracut modules. Fixes #690
1 parent 693b64a commit db78c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nofsck="yes"
2-
add_dracutmodules+=" zfsbootmenu "
2+
add_dracutmodules+=" zfsbootmenu bash "
33
omit_dracutmodules+=" btrfs zfs resume systemd systemd-initrd dracut-systemd plymouth dash "

0 commit comments

Comments
 (0)