I need to configure a RAID using a kickstart file. I have four hardrives sda sdb sdc and sdd on which I plan to set-up the following partitions:
- hda1 and hdb1 I want them to be set as a 8GB primary partition, ext3, formated,
- hda2 and hdb2 a 4GB primary partition, ext3, formated,
- hda3 and hdb3 to fill the rest of the remaing space, primary partition, ext3, formated,
- hdc1 and hdd1 set each one as a primary partion, ext3 and formated.
I want to build a software RAID1 using: - hda1 and hdb1 mounted as /, - hda2 and hdb2 mounted as swap, - hda3 and hdb3 mounted as /sp, - hdc1 and hdd1 mounted as /sp2.
Can someone help me configure that in a kickstart file? I'm using a kickstart configurator from CentOS 5.5 and can't seem to find a way to configure that using this GUI.