21 lines
808 B
Diff
21 lines
808 B
Diff
|
From 8b6bdafc39c95f55ea9bdc1d7465c085b77ef052 Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Mon, 30 Jul 2012 17:05:49 +0200
|
||
|
Subject: [PATCH] systemd/module-setup.sh: install systemd udev rules
|
||
|
|
||
|
---
|
||
|
modules.d/98systemd/module-setup.sh | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh
|
||
|
index 21c86ed..577bcb9 100755
|
||
|
--- a/modules.d/98systemd/module-setup.sh
|
||
|
+++ b/modules.d/98systemd/module-setup.sh
|
||
|
@@ -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
|
||
|
}
|
||
|
|