From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040115 Description of problem: Allow use of mediacheck during kickstart installs. I create kickstart CDs that are used around the company, thus I need to allow mediacheck on these discs to rule out bad media. Version-Release number of selected component (if applicable): anaconda-9.90-5 How reproducible: Always Steps to Reproduce: 1. Use mediacheck with ks Actual Results: Mediacheck will not run with kickstart
Created attachment 97893 [details] Let mediacheck run if kickstart is specified
This might be reasonable to allow, but not in this way... it completely breaks automation of installs which is what people will _usually_ want. Should probably key off of FL_MEDIACHECK flag to force in the kickstart case.
Well, it only breaks it if they didn't set the --supported-iso flag to implantisomd5 ;o) So, something like don't do mediacheck if FL_KICKSTART unless it is specifically called?
Added in CVS so that if you pass mediacheck on the command line (or in the ks.cfg, etc) then you get mediacheck even on a kickstart install.