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
This commit is contained in:
Dirk Mueller 2016-09-07 08:53:28 +00:00 committed by Git OBS Bridge
parent 296e129d39
commit b3e9dffada
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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