Description of problem: When trying to do a local install with the command line below and the kickstart attached I get the error below Command line: /usr/sbin/anaconda --method nfs://scratch1/rl/project/masterOS_fc7/masterOS/build/DVD/FC/7_i386/iso/ --kickstart=/scratch1/rl/project/masterOS_fc7/masterOS/build/DVD/FC/7_i386/desktop-cleanroot-kickstart --rootpath=/scratch1/rl/project/masterOS_fc7/masterOS/build/FC/7_i386/desktop --text Version-Release number of selected component (if applicable): anaconda-11.3.0.50-2 How reproducible: Every time Steps to Reproduce: 1. Extract the ISO to the directory specified above 2. Run the anaconda command line 3. Boom 4. Profit? ;) Actual results: Traceback (most recent call last): File "/usr/sbin/anaconda", line 917, in <module> kickstart.processKickstartFile(anaconda, opts.ksfile) File "/usr/lib/anaconda/kickstart.py", line 853, in processKickstartFile runPreScripts(anaconda, ksparser.handler.scripts) File "/usr/lib/anaconda/kickstart.py", line 913, in runPreScripts map (lambda s: s.run("/", flags.serial, anaconda.intf), preScripts) File "/usr/lib/anaconda/kickstart.py", line 913, in <lambda> map (lambda s: s.run("/", flags.serial, anaconda.intf), preScripts) File "/usr/lib/anaconda/kickstart.py", line 90, in run os.chmod("%s" % messages, 0600) OSError: [Errno 2] No such file or directory: 'False' Expected results: A F7 install in the specified directory Additional info:
Created attachment 303645 [details] kickstart file
Have you tried installing F9, and if so, have you encountered the same error?