Bug 62707

Summary: kickstart autopartitioning not working
Product: [Retired] Red Hat Linux Reporter: Ray Parish <rparish>
Component: installerAssignee: Michael Fulbright <msf>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2   
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: 2002-04-04 18:49:24 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 Ray Parish 2002-04-04 18:49:20 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)

Description of problem:
My ks.cfg file does not have part information, thus making the installer bring 
up the partitioning window. When selecting autopartition, and ks.cfg has 
clearpart --all --initlabel, the next screen shows no partitions created with 
no mount points. If I leave out the clearpart --all --initlabel, I get 
partitions, but with no mount points. (TEXT mode, not gui)

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


How reproducible:
Always

Steps to Reproduce:
1. Use my ks.cfg
2. select autopartition
3. Whala
	

Actual Results:  I get partitions with no mount points, or I get no partitions 
at all.

Expected Results:  Autopartitioning to work, and have partitions and mount 
points

Additional info:

Comment 1 Jeremy Katz 2002-04-05 19:27:40 UTC
There is no concept of autopartitioning in kickstart;  autopartitioning requires
an installclass, which kickstart is all on its own.  So you either have to
specify your own partitioning information or enter it manually.