Jeroen van Meeuwen wrote:
I think it would be better to have snippets/aos-base-pkgs.ks have a complete
%packages --options %end
section, so that it can just be included (on other spins)
The fedora-aos.ks would then have:
-%packages --excludedocs --nobase --instLang=en +%include snippets/aos-base-pkgs.ks -%end
The reasoning behind this approach was so that others can extend the the base package set in a custom kicksstart file for a new appliance ie. build on what we have, something like this...
%packages --excludedocs --nobase --instLang=en %include snippets/aos-base-pkgs.ks +additional packages +some may be form other repos -maybe even take something out %end
-D