From: Harald Hoyer Date: Mon, 4 Jun 2012 11:12:07 +0000 (+0200) Subject: systemd/module-setup.sh: package udev in sysinit.target X-Git-Tag: 019~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0636ce1a7f2315dee050db839f2c4044334a9458;p=thirdparty%2Fdracut.git systemd/module-setup.sh: package udev in sysinit.target --- diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh index 464bbc34a..1d8aefc06 100755 --- a/modules.d/98systemd/module-setup.sh +++ b/modules.d/98systemd/module-setup.sh @@ -105,8 +105,8 @@ install() { $systemdsystemunitdir/sockets.target.wants/systemd-udev-control.socket \ $systemdsystemunitdir/sockets.target.wants/systemd-udev-kernel.socket \ $systemdsystemunitdir/sockets.target.wants/systemd-journald.socket \ - $systemdsystemunitdir/basic.target.wants/systemd-udev.service \ - $systemdsystemunitdir/basic.target.wants/systemd-udev-trigger.service \ + $systemdsystemunitdir/sysinit.target.wants/systemd-udev.service \ + $systemdsystemunitdir/sysinit.target.wants/systemd-udev-trigger.service \ $systemdsystemunitdir/local-fs.target.wants/systemd-remount-fs.service \ $systemdsystemunitdir/local-fs.target.wants/fsck-root.service \ $systemdsystemunitdir/local-fs.target.wants/tmp.mount \