On Fri, 2009-06-12 at 14:54 +0200, Rainer Duffner wrote:
Jerry Geis schrieb:
Hi all,
I have a kickstart file that works for /dev/sda. I now need to detect an HP server and use /dev/cciss instead of hard coded /dev/sda.
How can I detect what the name of the device is and use /dev/cciss and not /dev/sda?
Jerry _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
You want to use cobbler (www.et.redhat.com).
Or you can use a begin script that does a 'fdisk -l' and parses out the available disks and puts that into the ks file...
-I