[Fedora-spins] [PATCH] added snippet/aos-base-pkg.ks

David Huff dhuff at redhat.com
Tue Feb 24 14:35:16 UTC 2009


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




More information about the spins mailing list