On 05/09/2014 04:35 PM, Dennis Gilmore wrote:
On 05/07/2014 02:21 PM, David Ward wrote:
With these changes ...
https://git.fedorahosted.org/cgit/pungi.git/commit/?id=cd75bc48756250fff2be3...
... how do I compose an image (for Fedora 20) that does not include every language pack? A very simple kickstart script that only includes '@core' in the '%packages' section will now pull in every langpack for hunspell, for example. I am trying to reduce the size of the resulting image.
Thanks,
David
you should be able to add "-hunspell-*" to the packages section of the kickstart
Dennis
Unfortunately that removes all of the language packs, including hunspell-en-US, and then anaconda throws an error during the installation.
I've tried this:
-hunspell-* hunspell-en*
but that doesn't seem to work either.
David
buildsys@lists.fedoraproject.org