summaryrefslogtreecommitdiff
path: root/modules.d
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-07-30 11:58:33 +0200
committerHarald Hoyer <harald@redhat.com>2013-07-30 11:58:33 +0200
commitd988dc30df527ec85d2cabb0020067d7e58282ad (patch)
treed2b7968541ebee23783a1115f3035ffe7212e2bd /modules.d
parentc5f8b69ad7847734596124679a8fd63b61819b81 (diff)
downloaddracut-d988dc30df527ec85d2cabb0020067d7e58282ad.tar.gz
dracut-d988dc30df527ec85d2cabb0020067d7e58282ad.tar.bz2
dracut-d988dc30df527ec85d2cabb0020067d7e58282ad.zip
systemd: add support for kmod static devnodes
Diffstat (limited to 'modules.d')
-rwxr-xr-xmodules.d/98systemd/module-setup.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh
index 4049160f..20ada974 100755
--- a/modules.d/98systemd/module-setup.sh
+++ b/modules.d/98systemd/module-setup.sh
@@ -69,6 +69,8 @@ install() {
$systemdsystemunitdir/timers.target \
$systemdsystemunitdir/paths.target \
$systemdsystemunitdir/umount.target \
+ $systemdsystemunitdir/kmod-static-nodes.service \
+ $systemdsystemunitdir/systemd-tmpfiles-setup-dev.service \
$systemdsystemunitdir/systemd-ask-password-console.path \
$systemdsystemunitdir/systemd-udevd-control.socket \
$systemdsystemunitdir/systemd-udevd-kernel.socket \
@@ -88,6 +90,7 @@ install() {
$systemdsystemunitdir/systemd-journald.service \
$systemdsystemunitdir/systemd-vconsole-setup.service \
$systemdsystemunitdir/systemd-random-seed-load.service \
+ \
$systemdsystemunitdir/sysinit.target.wants/systemd-modules-load.service \
$systemdsystemunitdir/sysinit.target.wants/systemd-ask-password-console.path \
$systemdsystemunitdir/sysinit.target.wants/systemd-journald.service \
@@ -96,6 +99,8 @@ install() {
$systemdsystemunitdir/sockets.target.wants/systemd-journald.socket \
$systemdsystemunitdir/sysinit.target.wants/systemd-udevd.service \
$systemdsystemunitdir/sysinit.target.wants/systemd-udev-trigger.service \
+ $systemdsystemunitdir/sysinit.target.wants/kmod-static-nodes.service \
+ $systemdsystemunitdir/sysinit.target.wants/systemd-tmpfiles-setup-dev.service \
\
$systemdsystemunitdir/ctrl-alt-del.target \
$systemdsystemunitdir/syslog.socket \