]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
systemd/module-setup.sh: install systemd udev rules
authorHarald Hoyer <harald@redhat.com>
Mon, 30 Jul 2012 15:05:49 +0000 (17:05 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 30 Jul 2012 15:08:52 +0000 (17:08 +0200)
modules.d/98systemd/module-setup.sh

index 21c86edf3c3f02d64f7c05015e38e411994bf0b3..577bcb91695f4b536ffd7e7355bea0cff37f9c01 100755 (executable)
@@ -141,5 +141,6 @@ install() {
     ln -fs ../udevadm-cleanup-db.service "${initdir}${dracutsystemunitdir}/initrd-switch-root.target.requires/udevadm-cleanup-db.service"
 
     inst_script "$moddir/service-to-run.sh" "${systemdutildir}/system-generators/service-to-run"
+    inst_rules 99-systemd.rules
 }