The following dracut modules are impacted:
- systemd-networkd
- plymouth
- zipl
depends() {
# This module has external dependency on other module(s).
- echo net-lib kernel-network-modules systemd-sysusers systemd
+ echo net-lib kernel-network-modules systemd-sysusers systemd bash
# Return 0 to include the dependent module(s) in the initramfs.
return 0
# called by dracut
depends() {
- echo drm
+ echo drm bash
}
# called by dracut
return 0
}
+# called by dracut
+depends() {
+ echo bash
+}
+
# called by dracut
installkernel() {
local _boot_zipl