diff options
author | Daniel Baumann <daniel@debian.org> | 2011-06-11 13:15:06 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-06-11 13:15:06 +0200 |
commit | ae6ed7d84add2f5a55c843afa763879678cd2ef8 (patch) | |
tree | 9c6ac947708a90bae6dd79d6f4484a4f76329a6b /functions | |
parent | b3ad2f412a5b37c172fc44ecd8982ef30e14205c (diff) | |
download | vyos-live-build-ae6ed7d84add2f5a55c843afa763879678cd2ef8.tar.gz vyos-live-build-ae6ed7d84add2f5a55c843afa763879678cd2ef8.zip |
Removing unmaintained chroot_localization script.
The chroot_localization script did two things:
* contain a hardcoded list for a couple of packages->l10n-packages
* (supposed) to set the locales boot parameter correct.
While the first was totally outdated and is a thing that needs to be
constantly updated for changes in debian (and nobody wants to do that)
and it's a broken approach anyway, the second is useless since we're
using syslinux-themes packages anyway.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 0b7119fbc..5e6b9eb51 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -586,9 +586,6 @@ Set_defaults () ;; esac - # Setting language string - LB_LANGUAGE="${LB_LANGUAGE:-en}" - # Setting linux flavour string case "${LB_ARCHITECTURES}" in armel) |