From c6fa0ca0421a5353348ed8a16c56e3481ae12129 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 21 Feb 2008 20:52:37 +0100 Subject: Renaming LH_MIRROR_BOOTSTRAP* to LH_MIRROR_CHROOT and introducing dedicated LH_MIRROR_BOOTSTRAP for debootstrap/cdebootstrap only. --- helpers/lh_config | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'helpers/lh_config') diff --git a/helpers/lh_config b/helpers/lh_config index 2f2596a20..bb5a7acaf 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -317,8 +317,13 @@ Local_arguments () shift 2 ;; - --mirror-bootstrap-security) - LH_MIRROR_BOOTSTRAP_SECURITY="${2}" + --mirror-chroot) + LH_MIRROR_CHROOT="${2}" + shift 2 + ;; + + --mirror-chroot-security) + LH_MIRROR_CHROOT_SECURITY="${2}" shift 2 ;; @@ -819,13 +824,17 @@ LH_BOOTSTRAP_KEYRING="${LH_BOOTSTRAP_KEYRING}" # (Default: ${LH_DISTRIBUTION}) LH_DISTRIBUTION="${LH_DISTRIBUTION}" -# \$LH_MIRROR_BOOTSTRAP: set mirror to fetch packages from +# \$LH_MIRROR_BOOTSTRAP: set mirror to boostrap from # (Default: ${LH_MIRROR_BOOTSTRAP}) LH_MIRROR_BOOTSTRAP="${LH_MIRROR_BOOTSTRAP}" -# \$LH_MIRROR_BOOTSTRAP_SECURITY: set security mirror to fetch packages from -# (Default: ${LH_MIRROR_BOOTSTRAP_SECURITY}) -LH_MIRROR_BOOTSTRAP_SECURITY="${LH_MIRROR_BOOTSTRAP_SECURITY}" +# \$LH_MIRROR_CHROOT: set mirror to fetch packages from +# (Default: ${LH_MIRROR_CHROOT}) +LH_MIRROR_CHROOT="${LH_MIRROR_CHROOT}" + +# \$LH_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from +# (Default: ${LH_MIRROR_CHROOT_SECURITY}) +LH_MIRROR_CHROOT_SECURITY="${LH_MIRROR_CHROOT_SECURITY}" # \$LH_MIRROR_BINARY: set mirror which ends up in the image # (Default: ${LH_MIRROR_BINARY}) -- cgit v1.2.3