diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-18 17:54:34 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-18 17:54:34 +0000 |
commit | fe20002f8dd30c2b76f9ae62bb80f0dba968bbf6 (patch) | |
tree | c205fe29e8f84984eda3c3327672666983940254 | |
parent | 80ed16db761962e949ef21ec10a9bc199c56cb61 (diff) | |
parent | 071a9b8f76a5c031cdf5a0b3b11278cf8fdce1d6 (diff) |
merge of '7ebd06970e2c9296f4bd61b23d65e46063c41150'
and '98a9f60d428a74f8f8b42247cd8c7bcd9fc1e91a'
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 0fbe7d19cc..b367b3f142 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -8,14 +8,23 @@ #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 -DISTRO_TYPE = "debug" +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 |