From b3e9dffada3476a5bdbfd99644d63ebe801bf9a0765eed18b1f5c8f76d45b99d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 7 Sep 2016 08:53:28 +0000 Subject: [PATCH] Accepting request 424301 from home:dstoecker Please accept this and provide it for Leap 42.1 Update. This bug has cost me approx 4 hours work today and I have other servers pending restarts which are probably also affected. https://wiki.hetzner.de/index.php/OpenSUSE_Bug_970215 OBS-URL: https://build.opensuse.org/request/show/424301 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=265 --- 0059-99suse-Add-SUSE-specific-initrd-parsing.patch | 2 +- dracut.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/0059-99suse-Add-SUSE-specific-initrd-parsing.patch b/0059-99suse-Add-SUSE-specific-initrd-parsing.patch index 723a99e..31f3237 100644 --- a/0059-99suse-Add-SUSE-specific-initrd-parsing.patch +++ b/0059-99suse-Add-SUSE-specific-initrd-parsing.patch @@ -68,7 +68,7 @@ Index: dracut-042/modules.d/99suse/parse-suse-initrd.sh + +# mduuid +mduuid=$(getarg mduuid) -+if [ -n "$mduuid"]; then ++if [ -n "$mduuid" ]; then + echo "rd.md.uuid=$mduuid" >> /etc/cmdline.d/99-suse.conf + unset CMDLINE +fi diff --git a/dracut.changes b/dracut.changes index d3c5d29..d64e26e 100644 --- a/dracut.changes +++ b/dracut.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 1 17:11:17 UTC 2016 - opensuse@dstoecker.de + +- fix boot issues using RAID, bnc#970215 + ------------------------------------------------------------------- Fri Aug 26 10:17:27 CEST 2016 - hare@suse.de