Skip to content

Commit

Permalink
Merge pull request #387 from aafeijoo-suse/059-20-systemd-stub-fix
Browse files Browse the repository at this point in the history
fix(systemd): copy 20-systemd-stub.conf into the initrd
  • Loading branch information
aafeijoo-suse authored Dec 11, 2024
2 parents d2af702 + 4a31103 commit 60f5981
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules.d/00systemd/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions modules.d/01systemd-tmpfiles/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
1 change: 1 addition & 0 deletions suse/README.susemaint
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 60f5981

Please sign in to comment.