7f4a44d791
Patches which add new features were skipped.
32 lines
1.1 KiB
Diff
32 lines
1.1 KiB
Diff
From c0957b501218e5d1b8520da12e81c4659b867c2e 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>
|
|
---
|
|
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 e7bf73b9c9..cf1b2e71f1 100755
|
|
--- a/modules.d/98systemd/module-setup.sh
|
|
+++ b/modules.d/98systemd/module-setup.sh
|
|
@@ -192,7 +192,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"
|
|
--
|
|
1.9.3
|
|
|