Re: sw raid and premade partitions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> Has anyone ever been successful in putting together a ks.cfg file to 
> install RH on a predefined partition scheme? with RAID?
> <snip>
> Has anybody been successful in this endenvear, forcing / and another 
> partition to be a primary, while also setting up RAID 1? If yes, could 
> you post your ks.cfg file.

I used this to install RH 7.0 on a RAID-1 /:

zerombr yes
clearpart --all
part raid.01 --size 4096 --ondisk hda
part raid.02 --size 4096 --ondisk hdb
part raid.03 --size 4096 --ondisk hdc
part swap --size 512 --ondisk hda --onprimary 2
part swap --size 512 --ondisk hdb --onprimary 2
part swap --size 512 --ondisk hdc --onprimary 2
raid / --level 1 --device md0 raid.01 raid.02 raid.03


Ian





[Index of Archives]     [Red Hat General]     [CentOS Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux