Browse Source

systemd/module-setup.sh: package udev in sysinit.target

master
Harald Hoyer 13 years ago
parent
commit
0636ce1a7f
  1. 4
      modules.d/98systemd/module-setup.sh

4
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-control.socket \
$systemdsystemunitdir/sockets.target.wants/systemd-udev-kernel.socket \ $systemdsystemunitdir/sockets.target.wants/systemd-udev-kernel.socket \
$systemdsystemunitdir/sockets.target.wants/systemd-journald.socket \ $systemdsystemunitdir/sockets.target.wants/systemd-journald.socket \
$systemdsystemunitdir/basic.target.wants/systemd-udev.service \ $systemdsystemunitdir/sysinit.target.wants/systemd-udev.service \
$systemdsystemunitdir/basic.target.wants/systemd-udev-trigger.service \ $systemdsystemunitdir/sysinit.target.wants/systemd-udev-trigger.service \
$systemdsystemunitdir/local-fs.target.wants/systemd-remount-fs.service \ $systemdsystemunitdir/local-fs.target.wants/systemd-remount-fs.service \
$systemdsystemunitdir/local-fs.target.wants/fsck-root.service \ $systemdsystemunitdir/local-fs.target.wants/fsck-root.service \
$systemdsystemunitdir/local-fs.target.wants/tmp.mount \ $systemdsystemunitdir/local-fs.target.wants/tmp.mount \

Loading…
Cancel
Save