mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #10188 from antonlacon/systemd-creds
systemd: remove systemd-creds
This commit is contained in:
commit
fa3ad4bdc3
@ -155,6 +155,10 @@ post_makeinstall_target() {
|
|||||||
# adjust systemd-hwdb-update (we have read-only /etc).
|
# adjust systemd-hwdb-update (we have read-only /etc).
|
||||||
sed '/^ConditionNeedsUpdate=.*$/d' -i ${INSTALL}/usr/lib/systemd/system/systemd-hwdb-update.service
|
sed '/^ConditionNeedsUpdate=.*$/d' -i ${INSTALL}/usr/lib/systemd/system/systemd-hwdb-update.service
|
||||||
|
|
||||||
|
# remove systemd-creds
|
||||||
|
safe_remove ${INSTALL}/usr/bin/systemd-creds
|
||||||
|
safe_remove ${INSTALL}/usr/lib/tmpfiles.d/credstore.conf
|
||||||
|
|
||||||
# remove nspawn
|
# remove nspawn
|
||||||
safe_remove ${INSTALL}/usr/bin/systemd-nspawn
|
safe_remove ${INSTALL}/usr/bin/systemd-nspawn
|
||||||
safe_remove ${INSTALL}/usr/lib/systemd/system/systemd-nspawn@.service
|
safe_remove ${INSTALL}/usr/lib/systemd/system/systemd-nspawn@.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user