Hello All, I am trying to create a kickstart file for Redhat 7.1 to do a workstation install plus a couple other packages. My packages section looks like the following: %packages @ Gnome Workstation telnet-server wu-ftpd kernel-source mkkickstart It doesn't like the @ Gnome Workstation command I used (see errors below). If you look at the RedHat 7.1 documentation at the following link: http://www.redhat.com/support/manuals/RHL-7-Manual/ref-guide/s1-kickstart2-commands.html It talks about using the Gnome Workstation command. What have I done wrong? In the comps file it doesn't list any package called Gnome Workstation but it does have Gnome. Will this be a workstation install? Thank you! ERRORS: Traceback (innermost last): File "/usr/bin/anaconda", line 520, in ? intf.run(todo, test = test) File "/var/tmp/anaconda-7.1//usr/lib/anaconda/text.py", line 1126, in run rc = apply (step[1](), args) File "/var/tmp/anaconda-7.1//usr/lib/anaconda/text.py", line 551, in __call__ if todo.doInstall (): File "/var/tmp/anaconda-7.1//usr/lib/anaconda/todo.py", line 1698, in doInstall self.getCompsList() File "/var/tmp/anaconda-7.1//usr/lib/anaconda/todo.py", line 770, in getCompsList self.updateInstClassComps () File "/var/tmp/anaconda-7.1//usr/lib/anaconda/todo.py", line 798, in updateInstClassComps self.comps[n].select() File "/var/tmp/anaconda-7.1//usr/lib/anaconda/comps.py", line 291, in __getitem__ return self.compsDict[key]KeyError: Gnome Workstation