- Add missing whitespace for md raid suse kernel param parsing (bsc#970215)

*modify: 0059-99suse-Add-SUSE-specific-initrd-parsing.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=266
This commit is contained in:
Marcus Meissner 2016-09-10 09:09:44 +00:00 committed by Git OBS Bridge
parent b3e9dffada
commit 99c2ba8ad7
2 changed files with 10 additions and 4 deletions

View File

@ -13,10 +13,10 @@ Signed-off-by: Thomas Renninger <trenn@suse.de>
create mode 100755 modules.d/99suse/module-setup.sh
create mode 100755 modules.d/99suse/parse-suse-initrd.sh
Index: dracut-042/modules.d/99suse/module-setup.sh
Index: dracut-037/modules.d/99suse/module-setup.sh
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ dracut-042/modules.d/99suse/module-setup.sh 2015-06-24 18:02:09.081356075 +0200
+++ dracut-037/modules.d/99suse/module-setup.sh 2016-08-31 21:05:24.907316981 +0200
@@ -0,0 +1,8 @@
+#!/bin/bash
+# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
@ -26,10 +26,10 @@ Index: dracut-042/modules.d/99suse/module-setup.sh
+install() {
+ inst_hook cmdline 99 "$moddir/parse-suse-initrd.sh"
+}
Index: dracut-042/modules.d/99suse/parse-suse-initrd.sh
Index: dracut-037/modules.d/99suse/parse-suse-initrd.sh
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ dracut-042/modules.d/99suse/parse-suse-initrd.sh 2015-06-24 18:02:09.081356075 +0200
+++ dracut-037/modules.d/99suse/parse-suse-initrd.sh 2016-08-31 21:06:01.317385393 +0200
@@ -0,0 +1,51 @@
+#!/bin/sh
+# convert openSUSE / SLE initrd command lines into dracut ones

View File

@ -3,6 +3,12 @@ Thu Sep 1 17:11:17 UTC 2016 - opensuse@dstoecker.de
- fix boot issues using RAID, bnc#970215
-------------------------------------------------------------------
Wed Aug 31 19:06:19 UTC 2016 - trenn@suse.de
- Add missing whitespace for md raid suse kernel param parsing (bsc#970215)
*modify: 0059-99suse-Add-SUSE-specific-initrd-parsing.patch
-------------------------------------------------------------------
Fri Aug 26 10:17:27 CEST 2016 - hare@suse.de