diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-18 17:48:27 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-18 17:48:27 +0000 |
commit | 614c4bbaf31f91751763192acf657dc03668da1e (patch) | |
tree | cce7d091474d1e3499b020015bfab1de3faf9a92 /conf/distro | |
parent | 56cf5d44c949b7096bf8376787879f0705b7a052 (diff) |
angstrom-2007.1.conf: Ship just en-gb locale by default.
* Ship just basic locale by default. Locales are big (~1Mb uncompr.), so
shipping some adhoc subset will be still useless and size burden for
users of all other languages/countries. Instead, worth to make it easy
to install additional languages: installer/wizard + metapackages which
will RRECOMMEND as much as possible content for a given language
(locales, UI transalations, help, etc. - useless for pros, but really
helpful for common users).
* Approved by Koen Kooi
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 0fbe7d19cc..94d4b3f954 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -8,7 +8,7 @@ #DISTRO_VERSION = "2007.3" DISTRO_VERSION = "test-${DATE}" -DISTRO_REVISION = "32" +DISTRO_REVISION = "33" require conf/distro/include/angstrom.inc require conf/distro/include/sane-srcdates.inc @@ -16,6 +16,15 @@ require conf/distro/include/sane-srcdates.inc DISTRO_TYPE = "debug" #DISTRO_TYPE = "release" +# Ship just basic locale by default. Locales are big (~1Mb uncompr.), so +# shipping some adhoc subset will be still useless and size burden for +# users of all other languages/countries. Instead, worth to make it easy +# to install additional languages: installer/wizard + metapackages which +# will RRECOMMEND as much as possible content for a given language +# (locales, UI transalations, help, etc. - useless for pros, but really +# helpful for common users). +IMAGE_LINGUAS = "en-gb" + #Set the right arch for the feeds #Alphabetically sorted |