1 diff -ur dracut-ng-105.orig/modules.d/00bash/module-setup.sh dracut-ng-105/modules.d/00bash/module-setup.sh
2 --- dracut-ng-105.orig/modules.d/00bash/module-setup.sh 2024-12-05 16:29:03.063356955 +0100
3 +++ dracut-ng-105/modules.d/00bash/module-setup.sh 2024-12-05 16:30:47.969014510 +0100
6 # If the binary(s) requirements are not fulfilled the module can't be installed.
7 require_binaries bash || return 1
9 - # Return 255 to only include the module, if another module requires it.
14 # Install the required file(s) and directories for the module in the initramfs.
18 # Prefer bash as default shell if no other shell is preferred.
19 - [[ -L $initdir/bin/sh ]] || ln -sf bash "${initdir}/bin/sh"
20 + ln -sf bash "${initdir}/bin/sh"