Bug 116430

Summary: Don't unmount CD-ROM before %post in kickstart runs
Product: [Fedora] Fedora Reporter: Forrest <forresttaylor2000>
Component: anacondaAssignee: Jeremy Katz <katzj>
Status: CLOSED WONTFIX QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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: 2004-02-23 03:37:54 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
Allow the CD-ROM to stay mounted during %post of a kickstart install none

Description Forrest 2004-02-21 00:24:40 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040115

Description of problem:
During a kickstart installation via CD-ROM, the CD-ROM is unmounted
before %post runs.

Version-Release number of selected component (if applicable):
/anaconda-9.90-5

How reproducible:
Always

Steps to Reproduce:
1.  Run kickstart with an install method of CD, and include a %post
section

Actual Results:  %post is never run

Comment 1 Forrest 2004-02-21 00:25:49 UTC
Created attachment 97894 [details]
Allow the CD-ROM to stay mounted during %post of a kickstart install

Comment 2 Jeremy Katz 2004-02-23 03:37:54 UTC
This is an intentional change so that people can eject the CD at the
end of package installation. 

Comment 3 Forrest 2004-02-24 22:01:30 UTC
Is there any way to check for a %post section or even check that a
kickstart install is running?