Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(systemd): copy 20-systemd-stub.conf into the initrd #387

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading