<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<blockquote type="cite">
<pre><i> I have a couple lines like:
</i>><i>
</i>><i> part / --ondisk=sda --fstype ext3 --size=20000 --asprimary
</i>><i> part swap --ondisk=sda --size=4000 --asprimary
</i>><i> part /home --ondisk=sda --fstype ext3 --size=1 --asprimary --grow
</i>><i>
</i>><i> in my kickstart file.
</i>><i>
</i>><i> Is there a way to have 1 kickstart file that works for hda and sda both???
</i>
If you only expect to have 1 drive in the systems you're installing, you
can just leave off the "--ondisk=".
</pre>
</blockquote>
Thanks, what do I do when I am installing RAID with 2 disks then.<br>
<br>
Jerry<br>
</body>
</html>