* W. Borgert <[EMAIL PROTECTED]> [2004-05-30 23:06]: > Does somebody have the bug number or at least the name of the > package the bug is filed against? Because I'm keen to do a complete > RAID1 install, I would like to test again as soon as the bug is > closed. TIA!
Hmm, I think I mixed things up with LVM. For RAID, you should be able to simply edit /var/lib/dpkg/info/base-installer.postinst when partitioning the disk in d-i (_before_ installing the base). There you'll find (towards the end): waypoint 3 apt_update waypoint 1 pick_kernel waypoint 10 install_kernel add a line "waypoint 5 install_extra" so this looks like: waypoint 3 apt_update waypoint 5 install_extra waypoint 1 pick_kernel waypoint 10 install_kernel This should work. -- Martin Michlmayr [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

