On Thu, Mar 14, 2002 at 12:24:53AM +0000, Juliyana Regmi wrote: > Hi, > I am new to the list and here is my problem. > I am trying to use kickstart over http. But it barks out after it completes > installing the packages and before installing the post install rpms. > > here is how ks file looks like: > > > > # Kickstart file automatically generated by anaconda. > > #part raid.73 --size=1000 --ondisk=sda > #part raid.76 --size=1000 --ondisk=sdb > > part swap --size=1000 --ondisk sdapart swap --size=1000 --ondisk sdb > > #raid swap --fstype swap --level=RAID1 raid.73 raid.76 > Hi! Well, this hasn't anything to do with kickstart, but... I have thought that if one is using mirroring, one should also mirror swap too. In your case if sdb breaks down, you will break swap too. Not very recommended, right? Regards, Ossi