You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.2 KiB
30 lines
1.2 KiB
6 years ago
|
From e23057d5376158fb4d7618f3c6f664e415670cf8 Mon Sep 17 00:00:00 2001
|
||
|
From: Hannes Reinecke <hare@suse.de>
|
||
|
Date: Tue, 20 May 2014 11:20:10 +0200
|
||
|
Subject: [PATCH] 98systemd: fixup rootfs-generator installation path
|
||
|
|
||
|
The rootfs-generator was installed in the wrong path
|
||
|
in the initrd, cause it never to be run.
|
||
|
|
||
|
References: bnc#878714
|
||
|
|
||
|
Signed-off-by: Hannes Reinecke <hare@suse.de>
|
||
|
(cherry picked from commit ed2005fa5ba7d618bbb2c63bac616fba32a17a5d)
|
||
|
---
|
||
|
modules.d/98systemd/module-setup.sh | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh
|
||
|
index 52edd80e..36a0505b 100755
|
||
|
--- a/modules.d/98systemd/module-setup.sh
|
||
|
+++ b/modules.d/98systemd/module-setup.sh
|
||
|
@@ -188,7 +188,7 @@ install() {
|
||
|
inst_script "$moddir/dracut-mount.sh" /bin/dracut-mount
|
||
|
inst_script "$moddir/dracut-pre-pivot.sh" /bin/dracut-pre-pivot
|
||
|
|
||
|
- inst_script "$moddir/rootfs-generator.sh" /lib/systemd/system-generators/dracut-rootfs-generator
|
||
|
+ inst_script "$moddir/rootfs-generator.sh" $systemdutildir/system-generators/dracut-rootfs-generator
|
||
|
|
||
|
inst_binary true
|
||
|
ln_r $(type -P true) "/usr/bin/loginctl"
|