Hi, I'm not sure where to put this since there is no specific Kickstart section (I could find anyways). There is no way of making two linux swap paritions. We are making an unusual disk configuration as such: Primary / 256M Primary swap 128M Primary swap 128M Extended many other paritions Under kickstart, it makes one primary parition, and then one big extended parition. My understanding is that Linux can't use more than 128M of swap space per parition, (true?) so we wanted to double it up as such. That may or may not be true, but the bug is Kickstart doesn't allow this configuration. Ideally, the "part" kickstart command should take another paramter "--primary" as a hint to make a primary configuration. thanks, --nickg
This is not a bug, the current libfdisk partitioning algorithm that is used in the install process does not support more than 1 primary partition. You will need to use fdisk by hand or change the swaps to extended logical partitions.
*** Bug 3311 has been marked as a duplicate of this bug. *** When laying out a disk with the following lines in the ks.cfg clearpart --all part / --size 1024 --grow part swap --size 127 part swap --size 127 kickstart fails to create the second swap partition. ------- Additional Comments From sfalvey.com 06/07/99 07:07 ------- Just noticed bud id 1204. It should at least complain telling you it is unable to perform the partitioning requested.
*** Bug 9893 has been marked as a duplicate of this bug. ***