this patch loads the md and raid1 module before the rootfs is mounted so you can boot from an /dev/md0 you stille have to make a manual installation and adjust /boot/grub/menu.lst to use /dev/md0 and alos /etc/fstab
cheerz.
--- sbin/mkinitrd 2008-08-31 02:14:54.000000000 +0200 +++ sbin/mkinitrd.patched 2008-08-31 13:43:32.458888143 +0200 @@ -76,7 +76,7 @@ ( find $moddir/kernel -type f | grep \ - -e reiserfs -e reiser4 -e ext2 -e ext3 -e /jfs -e /xfs \ + -e md -e raid1 -e reiserfs -e reiser4 -e ext2 -e ext3 -e /jfs -e /xfs \ -e isofs -e udf -e /unionfs -e ntfs -e fat -e dm-mod \ -e /ide/ -e /ata/ -e /scsi/ -e /message/ \ -e hci -e usb-storage -e sbp2 \
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe t2
