Lakhvir Bhella wrote:
I am doing Rhel 5 client install via kickstart but I
don't want to include Virtualization package group in
the install. I do want all other package groups.
Right now, I use @ everything for packages but this
installs all packages.
How can the Virtualization package group can be
ignored in kickstart file.
____________________________________________________________________________________
Sick sense of humor? Visit Yahoo! TV's
Comedy with an Edge to see what's on, when.
http://tv.yahoo.com/collections/222
_______________________________________________
Kickstart-list mailing list
Kickstart-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/kickstart-list
Use @base and add packages from there.
yum install system-config-kickstart and it use that, and it will give
you quite a few ideas.