Hi rwgast,
You can install packages as groups. To get a list of groups:
To get a list of packages in a specific group:
Code:
yum groupinfo "Electronic Lab"
To install the group Electronic Lab:
Code:
su -
yum groupinstall "Electronic Lab"
Since this is the spins & remixes forum:
To add a group to a kickstart for a spin or remix, add the group name with "@" in front of the name under the %packages.:
Snippet of a .ks:
Code:
%packages
@Electronic Lab
Hope this helps,