From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 Description of problem: redhat-config-kickstart writes the firstboot line as "firstboot --enabled"; anaconda-9.0.5-5.RHEL expects "--enable". Maybe this should actually be an anaconda bug because "--enabled" is consistent with other usages. Version-Release number of selected component (if applicable): redhat-config-kickstart-2.3.15-2 How reproducible: Always Steps to Reproduce: 1. Launch redhat-config-kickstart. 2. Enter a root password to keep it happy. 3. Select "X Configuration" and enable Setup Agent 4. Select "Preview" under the "File" menu to view the result. Actual Results: From preview window ...snipped.. #Run the Setup Agent on first boot firstboot --enabled ...snipped... Expected Results: ...snipped.. #Run the Setup Agent on first boot firstboot --enable ...snipped... Additional info:
Fixed in redhat-config-kickstart-2.3.19-1. Thanks for the report.