mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-25 11:46:43 +00:00
systemd: cleanup
- remove systemd-update-utmp*. not used - remove systemd-ask-password*. not used
This commit is contained in:
parent
068e91ce06
commit
34c1191b71
@ -152,6 +152,19 @@ post_makeinstall_target() {
|
||||
# remove debug-shell.service, we install our own
|
||||
rm -rf $INSTALL/lib/systemd/system/debug-shell.service
|
||||
|
||||
# remove systemd-update-utmp. pointless
|
||||
rm -rf $INSTALL/lib/systemd/systemd-update-utmp
|
||||
rm -rf $INSTALL/lib/systemd/system/systemd-update-utmp-runlevel.service
|
||||
rm -rf $INSTALL/lib/systemd/system/systemd-update-utmp.service
|
||||
|
||||
# remove systemd-ask-password. pointless
|
||||
rm -rf $INSTALL/lib/systemd/system/systemd-ask-password-wall.service
|
||||
rm -rf $INSTALL/lib/systemd/system/systemd-ask-password-wall.path
|
||||
rm -rf $INSTALL/lib/systemd/system/systemd-ask-password-console.path
|
||||
rm -rf $INSTALL/lib/systemd/system/systemd-ask-password-console.service
|
||||
rm -rf $INSTALL/bin/systemd-ask-password
|
||||
rm -rf $INSTALL/bin/systemd-tty-ask-password-agent
|
||||
|
||||
# remove some generators we never use
|
||||
rm -rf $INSTALL/lib/systemd/system-generators/systemd-fstab-generator
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user