#!/bin/sh
newfs /dev/rraid0a
newfs /dev/rraid0d
newfs /dev/rraid0e
newfs /dev/rraid0f
newfs /dev/rraid0g
echo "Since /home is not used during installation, you can now login on"
echo "another tty and proceed to the next installation step, which is the"
echo "extraction of the distribution sets onto the RAID partitions."
newfs /dev/rraid0h


