Blame 0088-systemd-module-setup.sh-install-systemd-udev-rules.patch
|
Harald Hoyer |
811c04 |
From 8b6bdafc39c95f55ea9bdc1d7465c085b77ef052 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
811c04 |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
811c04 |
Date: Mon, 30 Jul 2012 17:05:49 +0200
|
|
Harald Hoyer |
811c04 |
Subject: [PATCH] systemd/module-setup.sh: install systemd udev rules
|
|
Harald Hoyer |
811c04 |
|
|
Harald Hoyer |
811c04 |
---
|
|
Harald Hoyer |
811c04 |
modules.d/98systemd/module-setup.sh | 1 +
|
|
Harald Hoyer |
811c04 |
1 file changed, 1 insertion(+)
|
|
Harald Hoyer |
811c04 |
|
|
Harald Hoyer |
811c04 |
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh
|
|
Harald Hoyer |
811c04 |
index 21c86ed..577bcb9 100755
|
|
Harald Hoyer |
811c04 |
--- a/modules.d/98systemd/module-setup.sh
|
|
Harald Hoyer |
811c04 |
+++ b/modules.d/98systemd/module-setup.sh
|
|
Harald Hoyer |
811c04 |
@@ -141,5 +141,6 @@ install() {
|
|
Harald Hoyer |
811c04 |
ln -fs ../udevadm-cleanup-db.service "${initdir}${dracutsystemunitdir}/initrd-switch-root.target.requires/udevadm-cleanup-db.service"
|
|
Harald Hoyer |
811c04 |
|
|
Harald Hoyer |
811c04 |
inst_script "$moddir/service-to-run.sh" "${systemdutildir}/system-generators/service-to-run"
|
|
Harald Hoyer |
811c04 |
+ inst_rules 99-systemd.rules
|
|
Harald Hoyer |
811c04 |
}
|
|
Harald Hoyer |
811c04 |
|