Accepting request 425185 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/425185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=93
This commit is contained in:
Dominique Leuenberger 2016-09-09 08:16:26 +00:00 committed by Git OBS Bridge
commit bc136eb971
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