From: Harald Hoyer Date: Fri, 6 Jul 2012 12:33:53 +0000 (+0200) Subject: systemd/module-setup.sh: also include systemd-udevd* units X-Git-Tag: 021~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=995487641743afebd84f1476c3d32120e7e357ae;p=thirdparty%2Fdracut.git systemd/module-setup.sh: also include systemd-udevd* units systemd-udev* was renamed to systemd-udevd* --- diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh index b2111a973..60e1be21c 100755 --- a/modules.d/98systemd/module-setup.sh +++ b/modules.d/98systemd/module-setup.sh @@ -55,7 +55,9 @@ install() { $systemdsystemunitdir/systemd-shutdownd.socket \ $systemdsystemunitdir/systemd-ask-password-console.path \ $systemdsystemunitdir/systemd-udev-control.socket \ + $systemdsystemunitdir/systemd-udevd-control.socket \ $systemdsystemunitdir/systemd-udev-kernel.socket \ + $systemdsystemunitdir/systemd-udevd-kernel.socket \ $systemdsystemunitdir/systemd-ask-password-plymouth.path \ $systemdsystemunitdir/systemd-journald.socket \ $systemdsystemunitdir/systemd-initctl.service \ @@ -67,8 +69,11 @@ install() { $systemdsystemunitdir/kexec.service \ $systemdsystemunitdir/fsck@.service \ $systemdsystemunitdir/systemd-udev.service \ + $systemdsystemunitdir/systemd-udevd.service \ $systemdsystemunitdir/systemd-udev-trigger.service \ + $systemdsystemunitdir/systemd-udevd-trigger.service \ $systemdsystemunitdir/systemd-udev-settle.service \ + $systemdsystemunitdir/systemd-udevd-settle.service \ $systemdsystemunitdir/systemd-ask-password-plymouth.service \ $systemdsystemunitdir/systemd-journald.service \ $systemdsystemunitdir/systemd-vconsole-setup.service \ @@ -79,10 +84,14 @@ install() { $systemdsystemunitdir/sockets.target.wants/systemd-initctl.socket \ $systemdsystemunitdir/sockets.target.wants/systemd-shutdownd.socket \ $systemdsystemunitdir/sockets.target.wants/systemd-udev-control.socket \ + $systemdsystemunitdir/sockets.target.wants/systemd-udevd-control.socket \ $systemdsystemunitdir/sockets.target.wants/systemd-udev-kernel.socket \ + $systemdsystemunitdir/sockets.target.wants/systemd-udevd-kernel.socket \ $systemdsystemunitdir/sockets.target.wants/systemd-journald.socket \ $systemdsystemunitdir/sysinit.target.wants/systemd-udev.service \ + $systemdsystemunitdir/sysinit.target.wants/systemd-udevd.service \ $systemdsystemunitdir/sysinit.target.wants/systemd-udev-trigger.service \ + $systemdsystemunitdir/sysinit.target.wants/systemd-udevd-trigger.service \ $systemdsystemunitdir/ctrl-alt-del.target \ $systemdsystemunitdir/single.service \ $systemdsystemunitdir/syslog.socket \