From: Harald Hoyer Date: Thu, 7 Jun 2012 08:38:31 +0000 (+0200) Subject: systemd: strip down the installation of some unused tools X-Git-Tag: 020~109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=547bbe4876f2cc8b3eab47dd0ca25b481c54731b;p=thirdparty%2Fdracut.git systemd: strip down the installation of some unused tools --- diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh index 4fda2a2a7..dbb906357 100755 --- a/modules.d/98systemd/module-setup.sh +++ b/modules.d/98systemd/module-setup.sh @@ -20,21 +20,16 @@ install() { $systemdutildir/systemd \ $systemdutildir/systemd-cgroups-agent \ $systemdutildir/systemd-initctl \ - $systemdutildir/systemd-shutdownd \ $systemdutildir/systemd-shutdown \ $systemdutildir/systemd-modules-load \ $systemdutildir/systemd-remount-fs \ $systemdutildir/systemd-reply-password \ $systemdutildir/systemd-fsck \ - $systemdutildir/systemd-timestamp \ - $systemdutildir/systemd-ac-power \ $systemdutildir/systemd-sysctl \ $systemdutildir/systemd-udevd \ $systemdutildir/systemd-journald \ - $systemdutildir/systemd-coredump \ $systemdutildir/systemd-vconsole-setup \ $systemdutildir/systemd-cryptsetup \ - $systemdutildir/systemd-localed \ $systemdsystemunitdir/emergency.target \ $systemdsystemunitdir/sysinit.target \ $systemdsystemunitdir/basic.target \