diff options
| author | Simon Rettberg | 2013-05-23 20:14:53 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-05-23 20:14:53 +0200 |
| commit | b9404f13ca882e381a3c1b0797b761ce7638e273 (patch) | |
| tree | e3211ccd917cd7790c812e319039048189b9e773 /remote/modules/systemd/systemd.conf | |
| parent | fix PATH for debug shell (diff) | |
| download | tm-scripts-b9404f13ca882e381a3c1b0797b761ce7638e273.tar.gz tm-scripts-b9404f13ca882e381a3c1b0797b761ce7638e273.tar.xz tm-scripts-b9404f13ca882e381a3c1b0797b761ce7638e273.zip | |
Remove ldap in initial nsswitch conf, will be added after udev started up
Update to systemd 204
Remove some systemd services that don't make sense in our setup
Add own sysctl defaults
Diffstat (limited to 'remote/modules/systemd/systemd.conf')
| -rw-r--r-- | remote/modules/systemd/systemd.conf | 50 |
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 +" + |
