From d124904f2b2c2eb1c27ca5efa0459ac9f4bc76d6 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 30 Jul 2013 16:18:03 +0200 Subject: systemd: include systemd-tempfiles --- modules.d/98systemd/module-setup.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh index 20ada974..761cda6a 100755 --- a/modules.d/98systemd/module-setup.sh +++ b/modules.d/98systemd/module-setup.sh @@ -18,12 +18,6 @@ depends() { install() { local _mods -# SYSTEMD_VERSION=$($systemdutildir/systemd --version | { read a b a; echo $b; }) -# if (( $SYSTEMD_VERSION < 198 )); then -# dfatal "systemd version $SYSTEMD_VERSION is too low. Need at least version 198." -# exit 1 -# fi - if [[ "$prefix" == /run/* ]]; then dfatal "systemd does not work with a prefix, which contains \"/run\"!!" exit 1 @@ -113,7 +107,7 @@ install() { $systemdsystemunitdir/slices.target \ $systemdsystemunitdir/system.slice \ \ - journalctl systemctl echo swapoff systemd-cgls + journalctl systemctl echo swapoff systemd-cgls systemd-tmpfiles dracut_install -o \ /usr/lib/modules-load.d/*.conf \ -- cgit v1.2.3