2014-06-07 05:11:38 +00:00
|
|
|
From 3c3453e92ae055674bd3260a23c98d64a1f2467d Mon Sep 17 00:00:00 2001
|
2013-11-29 12:27:47 +00:00
|
|
|
From: Hannes Reinecke <hare@suse.de>
|
|
|
|
Date: Thu, 28 Nov 2013 10:07:59 +0100
|
|
|
|
Subject: [PATCH] Correct paths for openSUSE
|
|
|
|
|
|
|
|
openSUSE has things stored in different places, so fixup the
|
|
|
|
paths here.
|
|
|
|
|
|
|
|
Signed-off-by: Christian Rodrigues <crrodriguez@opensuse.org>
|
|
|
|
Signed-off-by: Hannes Reinecke <hare@suse.de>
|
|
|
|
---
|
|
|
|
dracut.sh | 2 +-
|
|
|
|
modules.d/98systemd/rescue.service | 2 +-
|
2014-06-07 05:11:38 +00:00
|
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
2013-11-29 12:27:47 +00:00
|
|
|
|
2014-06-07 05:11:38 +00:00
|
|
|
diff --git a/dracut.sh b/dracut.sh
|
|
|
|
index c4163bc..adf26ad 100755
|
|
|
|
--- a/dracut.sh
|
|
|
|
+++ b/dracut.sh
|
|
|
|
@@ -774,7 +774,7 @@ stdloglvl=$((stdloglvl + verbosity_mod_l))
|
2013-11-29 12:27:47 +00:00
|
|
|
[[ $mdadmconf_l ]] && mdadmconf=$mdadmconf_l
|
|
|
|
[[ $lvmconf_l ]] && lvmconf=$lvmconf_l
|
|
|
|
[[ $dracutbasedir ]] || dracutbasedir=/usr/lib/dracut
|
|
|
|
-[[ $fw_dir ]] || fw_dir="/lib/firmware/updates /lib/firmware"
|
|
|
|
+[[ $fw_dir ]] || fw_dir="/lib/firmware/updates /lib/firmware /lib/firmware/$kernel"
|
|
|
|
[[ $tmpdir_l ]] && tmpdir="$tmpdir_l"
|
|
|
|
[[ $tmpdir ]] || tmpdir=/var/tmp
|
|
|
|
[[ $INITRD_COMPRESS ]] && compress=$INITRD_COMPRESS
|
2014-06-07 05:11:38 +00:00
|
|
|
diff --git a/modules.d/98systemd/rescue.service b/modules.d/98systemd/rescue.service
|
|
|
|
index edc2461..d80900f 100644
|
|
|
|
--- a/modules.d/98systemd/rescue.service
|
|
|
|
+++ b/modules.d/98systemd/rescue.service
|
2013-11-29 12:27:47 +00:00
|
|
|
@@ -16,7 +16,7 @@ Environment=HOME=/
|
|
|
|
Environment=DRACUT_SYSTEMD=1
|
|
|
|
Environment=NEWROOT=/sysroot
|
|
|
|
WorkingDirectory=/
|
|
|
|
-ExecStartPre=-/bin/plymouth quit
|
|
|
|
+ExecStartPre=-/usr/bin/plymouth quit
|
|
|
|
ExecStart=-/bin/sh -i -l
|
|
|
|
ExecStopPost=-/bin/rm -f -- /.console_lock
|
|
|
|
ExecStopPost=-/usr/bin/systemctl --fail --no-block default
|
2014-06-07 05:11:38 +00:00
|
|
|
--
|
|
|
|
1.8.4.5
|
|
|
|
|