Bug 565873

Summary: cmdline kickstart install stops at -- In interactive step cleardiskssel, can't continue
Product: [Fedora] Fedora Reporter: James Laska <jlaska>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: anaconda-maint-list, jonathan, jturner, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: anaconda-13.27-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-02-23 17:09:13 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:
Bug Depends On:    
Bug Blocks: 538273    
Attachments:
Description Flags
log files.tgz (/tmp/*log and more) none

Description James Laska 2010-02-16 15:48:33 UTC
Created attachment 394571 [details]
log files.tgz (/tmp/*log and more)

Description of problem:

Cmdline install stops and prompts at cleardisksel step despite having "cleardisk --all --initlabel" in the kickstart.

Version-Release number of selected component (if applicable):
 * anaconda-13.26 (plus http://jlaska.fedorapeople.org/updates-f13-alpha-tc2.img)

How reproducible:
 * Everytime

Steps to Reproduce:
1. Create the following kickstart file 

    # Basic kickstart file for RATS
    install
    url --url=http://...
    lang en_US.UTF-8
    keyboard us
    network --device eth0 --mtu=1500 --bootproto dhcp
    # "autoqa"
    rootpw  password
    timezone --utc America/New_York
    # partitioning - nuke and start fresh
    zerombr
    clearpart --all --initlabel
    autopart
    bootloader --location=mbr
    reboot

# packages should be a superset of critpath
%packages
@base
@base-x
%end

2. Attempt install using kickstart file and "cmdline" output, e.g. boot with "ks=http://server/path/to/ks.cfg cmdline"
  
Actual results:

Install stops and prompts user.

15:34:04,426 WARNING anaconda: step complete does not exist
15:34:04,426 WARNING anaconda: step complete does not exist
15:34:04,427 INFO anaconda: moving (1) to step setuptime
15:34:04,427 DEBUG anaconda: setuptime is a direct step
10:34:05,007 INFO anaconda: leaving (1) step setuptime
10:34:05,009 INFO anaconda: moving (1) to step cleardiskssel

Expected results:

If the kickstart contains 'clearpart --all --initlabel', should the install stop and prompt?

Additional info:

* See attached log files
* Adding for consideration as an F13Alpha candidate per cmdline test case priority discussion on anaconda-devel-list (see https://www.redhat.com/archives/anaconda-devel-list/2010-February/msg00059.html)

Comment 2 James Laska 2010-02-23 17:09:13 UTC
Verified fix in anaconda-13.29