Bugzilla – Attachment 282688 Details for
Bug 490008
mkinitrd if using md raid
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
Patch as suggested by Manfred on the openSUSE ML
setup-md.sh.patch (text/plain), 759 bytes, created by
Lars Müller
on 2009-03-28 11:57:10 UTC
(
hide
)
Description:
Patch as suggested by Manfred on the openSUSE ML
Filename:
MIME Type:
Creator:
Lars Müller
Created:
2009-03-28 11:57:10 UTC
Size:
759 bytes
patch
obsolete
>*** /lib/mkinitrd/scripts/setup-md.sh.orig Fri Jul 4 14:04:23 2008 >--- /lib/mkinitrd/scripts/setup-md.sh Mon Feb 23 08:19:40 2009 >*************** blockdev="$mdblockdev" >*** 25,33 **** > if [ -n "$root_md" ] ; then > need_mdadm=1 > echo "DEVICE partitions" > $tmp_mnt/etc/mdadm.conf >! for md in $md_devs; do >! eval echo \$md_conf_$md >> $tmp_mnt/etc/mdadm.conf >! done > fi > > save_var need_mdadm >--- 25,35 ---- > if [ -n "$root_md" ] ; then > need_mdadm=1 > echo "DEVICE partitions" > $tmp_mnt/etc/mdadm.conf >! ( [ -s /etc/mdadm.conf ] && egrep -v '^DEVICE ' /etc/mdadm.conf >! for md in $md_devs; do >! eval echo \$md_conf_$md >! done >! ) | sort -u >> $tmp_mnt/etc/mdadm.conf > fi > > save_var need_mdadm
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 490008
: 282688