summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd/systemd.conf
diff options
context:
space:
mode:
authorJonathan Bauer2013-05-23 20:17:15 +0200
committerJonathan Bauer2013-05-23 20:17:15 +0200
commit76169510bf5d37a2a7d6d60f40cd63503e25a5fe (patch)
tree5463664f1dc37f11da9275291af61f56bfd3dac4 /remote/modules/systemd/systemd.conf
parentactivate nss-ldap lookups before login (diff)
parentMerge branch 'master' of simonslx:openslx-ng/tm-scripts (diff)
downloadtm-scripts-76169510bf5d37a2a7d6d60f40cd63503e25a5fe.tar.gz
tm-scripts-76169510bf5d37a2a7d6d60f40cd63503e25a5fe.tar.xz
tm-scripts-76169510bf5d37a2a7d6d60f40cd63503e25a5fe.zip
Merge branch 'master' of git:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/systemd/systemd.conf')
-rw-r--r--remote/modules/systemd/systemd.conf50
1 files changed, 36 insertions, 14 deletions
diff --git a/remote/modules/systemd/systemd.conf b/remote/modules/systemd/systemd.conf
index b5e8370d..7f469be6 100644
--- a/remote/modules/systemd/systemd.conf
+++ b/remote/modules/systemd/systemd.conf
@@ -1,7 +1,29 @@
-VERSION=systemd-197
-URL=http://www.freedesktop.org/software/systemd/${VERSION}.tar.xz
-LIBKMOD_VERSION="kmod-12"
-LIBKMOD_URL="http://www.kernel.org/pub/linux/utils/kernel/kmod/${LIBKMOD_VERSION}.tar.gz"
+REQUIRED_VERSION="systemd-204"
+REQUIRED_URL="http://www.freedesktop.org/software/systemd/${REQUIRED_VERSION}.tar.xz"
+REQUIRED_LIBKMOD_VERSION="kmod-12"
+REQUIRED_LIBKMOD_URL="http://www.kernel.org/pub/linux/utils/kernel/kmod/${REQUIRED_LIBKMOD_VERSION}.tar.gz"
+REQUIRED_DISABLED_SERVICES="
+ tmp.mount
+ time-sync.target
+ systemd-random-seed-save.service
+ systemd-random-seed-load.service
+ local-fs-pre.target
+ local-fs.target
+ local-fs.target.wants
+ systemd-remount-fs.service
+ remote-fs.target
+ remote-fs-pre.target
+ initrd-root-fs.target
+ initrd-fs.target
+ systemd-fsck-root.service
+ systemd-fsck@.service
+ sys-kernel-debug.mount
+ nss-lookup.target
+ nss-user-lookup.target
+ systemd-initctl.service
+ systemd-initctl.socket
+ swap.target
+"
REQUIRED_INSTALLED_PACKAGES=" intltool
gperf
dbus
@@ -73,13 +95,13 @@ REQUIRED_BINARIES=" hostnamectl
mtd_probe
scsi_id
v4l_id"
-REQUIRED_DIRECTORIES=" /etc
- /usr/lib
- /usr/include
- /usr/share/dbus-1
- /usr/share/polkit-1
- /usr/lib/udev/rules.d"
-REQUIRED_FILES=" /usr/bin/systemd-analyze
- /usr/share/systemd/kbd-model-map
- /usr/lib/udev/findkeyboards
- /usr/lib/udev/keyboard-force-release.sh"
+REQUIRED_DIRECTORIES="
+ /etc
+ /usr/include
+ /usr/share/dbus-1
+ /usr/share/polkit-1
+ /usr/lib/udev
+ /usr/lib/systemd
+ /usr/lib/tmpfiles.d
+"
+