Description of problem: I want to use a kickstart-file with anaconda, to install the system from a livecd (made with livecd tools) automatically. And hit another exception, anaconda-dump file attached to https://www.redhat.com/archives/fedora-livecd-list/2007-May/msg00129.html Version-Release number of selected component (if applicable): fedora core 7 (beta) How reproducible: also see https://www.redhat.com/archives/fedora-livecd-list/2007-May/msg00129.html there are also links to the anaconda config file and the livecd configfile and an iso image of the livecd too... Steps to Reproduce: 1. see above 2. 3. Actual results: Expected results: Additional info:
Committed the following to CVS which should fix things up Index: installclass.py =================================================================== RCS file: /usr/local/CVS/anaconda/installclass.py,v retrieving revision 1.293 retrieving revision 1.294 diff -u -r1.293 -r1.294 --- installclass.py 4 Jun 2007 15:15:31 -0000 1.293 +++ installclass.py 4 Jun 2007 18:59:12 -0000 1.294 @@ -176,7 +176,8 @@ # allow backends to disable interactive package selection if not anaconda.backend.supportsPackageSelection: - dispatch.skipStep("tasksel", skip = 1) + dispatch.skipStep("tasksel", skip = 1, permanent=1) + dispatch.skipStep("group-selection", skip = 1, permanent=1) # allow install classes to turn off the upgrade if not self.showUpgrade or not anaconda.backend.supportsUpgrades: