summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-07-30 16:18:03 +0200
committerHarald Hoyer <harald@redhat.com>2013-07-30 16:18:03 +0200
commitd124904f2b2c2eb1c27ca5efa0459ac9f4bc76d6 (patch)
treee43fb1a5333d513f6781fbfe06bfbe37f89af459
parent7fd850d58e1fea97783e5dc9426e4c523bd2324e (diff)
downloaddracut-d124904f2b2c2eb1c27ca5efa0459ac9f4bc76d6.tar.gz
dracut-d124904f2b2c2eb1c27ca5efa0459ac9f4bc76d6.tar.bz2
dracut-d124904f2b2c2eb1c27ca5efa0459ac9f4bc76d6.zip
systemd: include systemd-tempfiles
-rwxr-xr-xmodules.d/98systemd/module-setup.sh8
1 files changed, 1 insertions, 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 \