* Sebastien Chaumat <[EMAIL PROTECTED]> [2004-07-29 13:30]: > When installing on a soft raid array, mkinitrd needs a valid > /etc/raidtab but the error message says it needs raidtools2 (in > mkinitrd in, get_raid_raidtools, l183).
get_raid_raidtools is only called when mdadm is not installed; if mdadm is installed, getraid_mdadm will be called (which doesn't require a /etc/raidtab file). > This is confusing (and debian-installer team got confused) since > installing mdadm do the jobs of creating the raidtab whereas installing > raidtools2 does not create the raidtab. d-i installs mdadm before installing the kernel, so getraid_mdadm should get called in mkinitrd. Did d-i not install mdadm for you? What was the exact error message you received, and can you reproduce this bug? -- Martin Michlmayr [EMAIL PROTECTED]

