PDA

View Full Version : ks.cfg installation


anirudhasonar
3rd June 2009, 12:50
Hi All,
I have requirement to install the RHEL with ks.cfg method. The biggest problem i am facing is, that setup should also perform the formatting and mounting of the secondary disks which are present in the server.
For example, If I have server with 5 internal disks. Then kickstart installation should be performed on Disk-1 (e.g - sda) and the rest disks should be formatted and mounted with some mount point while installation.
is it possible? if yes, can anyone tell me how can I achieve it ?

Any help will be appreciated ..

falko
4th June 2009, 18:13
This tutorial might be of interest: http://www.howtoforge.com/automatic-and-up-to-date-fedora-9-installations-with-kickstart-and-novi

anirudhasonar
4th June 2009, 18:54
No its not giving me any info on my problem.
Any way thanks for taking a time to read my post and reply .
I think there is no way that I can achieve this while installation. I think i will have to right some shell/perl script which i can run in post install script.