36 lines
1.5 KiB
Diff
36 lines
1.5 KiB
Diff
|
From 547bbe4876f2cc8b3eab47dd0ca25b481c54731b Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Thu, 7 Jun 2012 10:38:31 +0200
|
||
|
Subject: [PATCH] systemd: strip down the installation of some unused tools
|
||
|
|
||
|
---
|
||
|
modules.d/98systemd/module-setup.sh | 5 -----
|
||
|
1 file changed, 5 deletions(-)
|
||
|
|
||
|
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh
|
||
|
index 4fda2a2..dbb9063 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 \
|