- boot INSTALL
- get to shell
- prepare partitioning
- fdisk -i
- fdisk -a
- build raid.conf in tmp (using cat(1) or ed(1))
START array 1 2 0 START disks /dev/wd0a /dev/wd1a START layout 128 1 1 1 START queue fifo 100
- raidctl -C raid.conf raid0
- raidctl -I
- raidctl -A root raid0
- raidctl -iv raid0
- installboot -o timeout=n -v /dev/rwd[01]a /usr/mdec/bootxx_ffsv1
- exit back to sysinst
- ..
- select that you want to install onto raid0
- ..
- make sure it boots