On 01/23/2015 09:29 AM, Chris Lumens wrote:
What about a case for installing a group and removing a package from said group? You did mention in IRC how annoying this is to detect after the fact.
That's what this in packages-and-groups-1.ks is supposed to do:
+# (1) Test that you can remove a package that's part of a group +@c-development +-valgrind
I just didn't want to make a million kickstart files, since each one is going to end up as its own VM and make the whole test take longer.
Gotcha, I just missed the second one. Thanks!