]> git.ipfire.org Git - thirdparty/dracut.git/commit
mdraid: add rd_NO_MDADMCONF --mdadmconf --nomdadmconf
authorHarald Hoyer <harald@redhat.com>
Tue, 15 Sep 2009 07:00:13 +0000 (09:00 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 15 Sep 2009 13:00:18 +0000 (15:00 +0200)
commit2f02ae9d45b263eecf4348986a8e67057dbad126
tree0a71665cd7a5e416b436694036742d8b40e561c4
parent11fcc8c8f941edb438ad48ef7deb6cbf8d87d530
mdraid: add rd_NO_MDADMCONF --mdadmconf --nomdadmconf

Copy /etc/mdadm.conf to initramfs (even for non-hostonly) if
mdadmconf="yes" is set in dracut.conf or --mdadmconf is specified on the
dracut command line.

This was done, because there seems _no_ sane way to autoassemble md raid
arrays.

also moved rd_NO_MD to an udev ENV
dracut
dracut.8
dracut.conf
modules.d/90mdraid/65-md-incremental-imsm.rules
modules.d/90mdraid/install
modules.d/90mdraid/mdadm_auto.sh [new file with mode: 0755]
modules.d/90mdraid/parse-md.sh
test/TEST-10-RAID/test.sh
test/TEST-12-RAID-DEG/create-root.sh
test/TEST-12-RAID-DEG/test.sh
test/TEST-14-IMSM/test.sh