Bug 9893

Summary: Can't have multiple swap areas with kickstart install
Product: [Retired] Red Hat Linux Reporter: Pug Bainter <pug>
Component: installerAssignee: Michael Fulbright <msf>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-03-01 16:04:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Pug Bainter 2000-03-01 15:56:50 UTC
When trying to have systems with a large volume of swap, we need to have
multiple 2 gig swap partitions. Unfortunately kickstart will only create
one of them. The relevent section of the kickstart config is:

part /boot --size 25
part swap --size 2048
part / --size 100 --grow
part swap --size 2048

Comment 1 Pug Bainter 2000-03-01 16:04:59 UTC
*** This bug has been marked as a duplicate of 1204 ***