diff options
author | Harald Hoyer <harald@redhat.com> | 2013-07-30 11:58:33 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-07-30 11:58:33 +0200 |
commit | d988dc30df527ec85d2cabb0020067d7e58282ad (patch) | |
tree | d2b7968541ebee23783a1115f3035ffe7212e2bd /modules.d | |
parent | c5f8b69ad7847734596124679a8fd63b61819b81 (diff) | |
download | dracut-d988dc30df527ec85d2cabb0020067d7e58282ad.tar.gz dracut-d988dc30df527ec85d2cabb0020067d7e58282ad.tar.bz2 dracut-d988dc30df527ec85d2cabb0020067d7e58282ad.zip |
systemd: add support for kmod static devnodes
Diffstat (limited to 'modules.d')
-rwxr-xr-x | modules.d/98systemd/module-setup.sh | 5 |
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 \ |