From ae6ed7d84add2f5a55c843afa763879678cd2ef8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 11 Jun 2011 13:15:06 +0200 Subject: 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. --- scripts/build/lb_config | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'scripts/build/lb_config') diff --git a/scripts/build/lb_config b/scripts/build/lb_config index 300b091cf..b91182dbb 100755 --- a/scripts/build/lb_config +++ b/scripts/build/lb_config @@ -87,7 +87,6 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\ \t [--iso-volume NAME]\n\ \t [--jffs2-eraseblock SIZE]\n\ \t [--keyring-packages PACKAGE|\"PACKAGES\"]\n\ -\t [-l|--language LANGUAGE]\n\ \t [-k|--linux-flavours FLAVOUR|\"FLAVOURS\"]\n\ \t [--linux-packages \"PACKAGES\"]\n\ \t [--losetup losetup|losetup.orig]\n\ @@ -156,7 +155,7 @@ Local_arguments () mirror-bootstrap:,mirror-chroot:,mirror-chroot-security:,mirror-chroot-volatile:,mirror-chroot-backports:,mirror-binary:, mirror-binary-security:,mirror-binary-volatile:,mirror-binary-backports:,mirror-debian-installer:, archive-areas:,parent-archive-areas:,chroot-filesystem:,exposed-root:,virtual-root-size:, - gzip-options:,hooks:,interactive:,keyring-packages:,language:,linux-flavours:,linux-packages:, + gzip-options:,hooks:,interactive:,keyring-packages:,linux-flavours:,linux-packages:, package-lists:,tasks:,security:,volatile:,backports:,binary-filesystem:,binary-images:, apt-indices:,bootappend-install:,bootappend-live:,bootloader:,checksums:,compression:,build-with-chroot:, debian-installer:,debian-installer-distribution:,debian-installer-preseedfile:,debian-installer-gui:, @@ -540,11 +539,6 @@ Local_arguments () shift 2 ;; - -l|--language) - LB_LANGUAGE="${2}" - shift 2 - ;; - -k|--linux-flavours) LB_LINUX_FLAVOURS="${2}" shift 2 @@ -1168,10 +1162,6 @@ LB_INTERACTIVE="${LB_INTERACTIVE}" # (Default: empty) LB_KEYRING_PACKAGES="${LB_KEYRING_PACKAGES}" -# \$LB_LANGUAGE: set language to use -# (Default: empty) -LB_LANGUAGE="${LB_LANGUAGE}" - # \$LB_LINUX_FLAVOURS: set kernel flavour to use # (Default: autodetected) LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS}" -- cgit v1.2.3