Bug 500720

Summary: kickstart partitioning
Product: [Fedora] Fedora Reporter: Steve Berg <sberg>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: anaconda-maint-list, rmaximo, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-05-13 20:14:08 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:
Attachments:
Description Flags
Partitioning excerpt of kickstart file none

Description Steve Berg 2009-05-13 20:00:05 UTC
Created attachment 343865 [details]
Partitioning excerpt of kickstart file

Description of problem:
When using --start and --end to define the cylinders a partition should use on a harddrive anaconda fails with a message that --size is needed.


Version-Release number of selected component (if applicable):


How reproducible: 
Every time when a kickstart file contains part statements and they use the --start and --end flags.


Steps to Reproduce:
1.  Create a kickstart, include part statements using the --start and --end flags.
2.  Do a network install pointing to the kickstart.
  
Actual results:
The install fails.

Expected results:
Harddrives should be partitioned according the kickstart file and installation should continue in an automated fashion. 

Additional info:

Comment 1 Chris Lumens 2009-05-13 20:14:08 UTC
The --start= and --end= parameters no longer do anything.  The build of pykickstart that'll show up in F11 enforces this by printing a deprecation warning.  The reason it's asking you for size information is that it's got nothing to go on for how the partition should be laid out.