diff options
author | maximilian attems <maks@debian.org> | 2006-08-23 09:22:54 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2006-08-23 09:22:54 +0200 |
commit | fabe918dee7da26d177d67d4aa8fe3fd6e83e513 (patch) | |
tree | 5dee066c10e912f5328dba7de3032cd6058019dc /scripts/local-top | |
parent | d1d6763409a1260708423e0092d7bc4182275773 (diff) | |
download | initramfs-tools-fabe918dee7da26d177d67d4aa8fe3fd6e83e513.tar.gz initramfs-tools-fabe918dee7da26d177d67d4aa8fe3fd6e83e513.zip |
- improved nfsroo parsing
- added rootdelay and rootfstype bootargs
- document this changes
- initrd-tools backward compatible mdadm assembe and then run mdrun
- update-initramfs really checkout use_bootloader from /etc/kernel-img.conf
- tighter klibc deps
Diffstat (limited to 'scripts/local-top')
-rwxr-xr-x | scripts/local-top/mdrun | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/scripts/local-top/mdrun b/scripts/local-top/mdrun index 1b6ca3e..3ed995c 100755 --- a/scripts/local-top/mdrun +++ b/scripts/local-top/mdrun @@ -36,6 +36,11 @@ done [ "${gotraid}" = y ] || exit -# Assemble all raid devices -# FIXME: assemble root raid first due to initrd-tools compatibility +# source the presumed root md and it's info +. ./conf/mdadm.conf + +# assemble root raid first due to initrd-tools compatibility +mdadm -A ${rootraiddev} -R -u $uuid $devices + +# assemble all raid devices /sbin/mdrun /dev |