[CentOS] kickstart question

Wed Apr 30 18:46:28 UTC 2008
Jerry Geis <geisj at pagestation.com>

I have a couple lines like:

part /     --ondisk=sda --fstype ext3 --size=20000 --asprimary
part swap  --ondisk=sda               --size=4000  --asprimary
part /home --ondisk=sda --fstype ext3 --size=1     --asprimary --grow

in my kickstart file.

Is there a way to have 1 kickstart file that works for hda and sda both???

So I would like to have 1 kickstart file that works for either a hda 
install or sda install.
Thanks,
Jerry