From da2c2b0bcc775451d10d7dab9b0cbe2f604c6d25 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Nov 2010 17:17:48 +0100 Subject: Renaming --binary-indices to --apt-indices for consistency. --- functions/defaults.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'functions') diff --git a/functions/defaults.sh b/functions/defaults.sh index 177f4a88a..af027c550 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -820,9 +820,9 @@ Set_defaults () # Setting apt indices if echo ${LB_PACKAGES_LISTS} | grep -qs -E "(stripped|minimal)\b" then - LB_BINARY_INDICES="${LB_BINARY_INDICES:-none}" + LB_APT_INDICES="${LB_APT_INDICES:-none}" else - LB_BINARY_INDICES="${LB_BINARY_INDICES:-true}" + LB_APT_INDICES="${LB_APT_INDICES:-true}" fi # Setting bootloader @@ -1186,9 +1186,9 @@ Check_defaults () if echo ${LB_PACKAGES_LISTS} | grep -qs -E "(stripped|minimal)\b" then - if [ "${LB_BINARY_INDICES}" = "true" ] + if [ "${LB_APT_INDICES}" = "true" ] then - Echo_warning "You have selected hook to minimise image size but you are still including package indices with your value of LB_BINARY_INDICES." + Echo_warning "You have selected hook to minimise image size but you are still including package indices with your value of LB_APT_INDICES." fi fi -- cgit v1.2.3