diff --git a/modules.d/00systemd/module-setup.sh b/modules.d/00systemd/module-setup.sh index 27687226f1..81c9a8803a 100755 --- a/modules.d/00systemd/module-setup.sh +++ b/modules.d/00systemd/module-setup.sh @@ -131,6 +131,7 @@ install() { "$systemdsystemunitdir"/system.slice \ "$systemdsystemunitdir"/-.slice \ "$tmpfilesdir"/systemd.conf \ + "$tmpfilesdir"/20-systemd-stub.conf \ journalctl systemctl \ echo swapoff \ kmod insmod rmmod modprobe modinfo depmod lsmod \ diff --git a/modules.d/01systemd-tmpfiles/module-setup.sh b/modules.d/01systemd-tmpfiles/module-setup.sh index f504e780cf..8a7d0446bb 100755 --- a/modules.d/01systemd-tmpfiles/module-setup.sh +++ b/modules.d/01systemd-tmpfiles/module-setup.sh @@ -38,6 +38,7 @@ install() { "$tmpfilesdir/static-nodes-permissions.conf" \ "$tmpfilesdir/systemd-tmp.conf" \ "$tmpfilesdir/systemd.conf" \ + "$tmpfilesdir/20-systemd-stub.conf" \ "$tmpfilesdir/var.conf" \ "$systemdsystemunitdir"/systemd-tmpfiles-clean.service \ "$systemdsystemunitdir/systemd-tmpfiles-clean.service.d/*.conf" \ diff --git a/suse/README.susemaint b/suse/README.susemaint index d266ad0b84..2eda0f06dc 100644 --- a/suse/README.susemaint +++ b/suse/README.susemaint @@ -387,3 +387,4 @@ d2ade8a6 fix(dm): remove 59-persistent-storage-dm.rules a1c51af1 fix(dracut): don't apply aggressive strip to kernel modules ad36b61e fix(dracut.sh): omit compressed kernel modules from find searching exec files bfa00c2a fix(pcsc): add libpcsclite_real.so.* +0df92885 fix(systemd-tmpfiles): copy 20-systemd-stub.conf into the initrd