From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830 Description of problem: using Kickstart Configurator if I make a kickstart config file without selecting and packages the install will run successfully. If I select the "Minimal" package option under Miscellaneous the install fails. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.run redhat-config-kickstart 2.select http installation method 3.under package selection check only "Minimal" 4.save file to network install floppy 5.boot linux ks=floppy Additional info:
Created attachment 90546 [details] dump file
... File "/usr/src/build/148651-i386/install//usr/lib/anaconda/kickstart.py", line 1119, in setGroupSelection File "/usr/src/build/148651-i386/install//usr/lib/anaconda/comps.py", line 580, in __getitem__ KeyError: Minimal ... Looks like redhat-config-kickstart is putting the wrong entry in %packages. It should be '@ Base', not '@ Minimal' for minimal installs.
I have removed the Minimal section since it is no longer in comps.xml. It has been replaced by "Base" in the comps.xml file but it doesn't make sense to show that in redhat-config-kickstart since Base is always installed. This report is basically a dupe of bug #77126. The change should appear in redhat-config-kickstart-2.3.3-5 and later.