mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 18:31:54 +01:00
fix(sys-apps/systemd): Don't prune systemd dirs (take 2)
Commit 591dd523 mistakenly did not apply the same change to the live ebuild. After this the live build includes most things the stable does.
This commit is contained in:
parent
19c98f76fd
commit
f891859df3
@ -340,11 +340,7 @@ multilib_src_install_all() {
|
||||
# Disable storing coredumps in journald, bug #433457
|
||||
mv "${D}"/usr/lib/sysctl.d/50-coredump.conf{,.disabled} || die
|
||||
|
||||
# Preserve empty dir /var, bug #437008
|
||||
keepdir /var/lib/systemd
|
||||
|
||||
# Keep /etc clean
|
||||
rmdir "${D}"/etc/{binfmt,modules-load,sysctl,tmpfiles}.d || die
|
||||
systemd_dotmpfilesd "${FILESDIR}"/systemd-coreos.conf
|
||||
|
||||
# Don't default to graphical.target
|
||||
rm "${D}"/usr/lib/systemd/system/default.target || die
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user