summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-11-21 17:17:48 +0100
committerDaniel Baumann <daniel@debian.org>2010-11-22 23:20:39 +0100
commit78faeb3aa324a7bf3fc9a09b2d74b6ca318b5ba2 (patch)
treef3b6e56fdb490a02b75d287d5954fa3b375b95ed /functions
parent5d53222f57f637296b31d7140c06929462e889a6 (diff)
downloadvyos-live-build-78faeb3aa324a7bf3fc9a09b2d74b6ca318b5ba2.tar.gz
vyos-live-build-78faeb3aa324a7bf3fc9a09b2d74b6ca318b5ba2.zip
Renaming --binary-indices to --apt-indices for consistency.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh8
1 files changed, 4 insertions, 4 deletions
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