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
Created attachment 97894 [details] Allow the CD-ROM to stay mounted during %post of a kickstart install
This is an intentional change so that people can eject the CD at the end of package installation.
Is there any way to check for a %post section or even check that a kickstart install is running?