problems with kickstart and automated partitioning

Philip Rowlands phr at doc.ic.ac.uk
Fri May 20 10:40:37 UTC 2005


On Fri, 20 May 2005, Klaus Steden wrote:

>I'm attempting to run automated KickStart install but I'm getting stymied by
>the partitioning phase. It works fine if I use two partitions + swap, but if
>I try to use three partitions + swap, I get errors from Anaconda (they vary
>depending on the options I specify in the 'part' command).
>
>Here is my current desired partition table:
>
>-- cut --
>
>    bootloader --location=mbr
>    part /    --fstype=ext3 --onpart=hda1 --size=500
>    part swap --fstype=swap --onpart=hda2 --noformat --recommended
>    part /var --fstype=ext3 --ondisk=hda3 --size=1000
>    part /usr --fstype=ext3 --ondisk=hda4 --size=1000 --grow

Not sure you can interchange onpart and ondisk like that...


Cheers,
Phil




More information about the Kickstart-list mailing list