diff options
author | Daniel Baumann <daniel@debian.org> | 2013-04-09 05:40:12 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2013-04-09 05:40:12 +0200 |
commit | ab3d2eae25dea60c4c14e61755971848af03cbc8 (patch) | |
tree | 9bf2543966c805f9ff58ecd71f212d5480aa661b /functions/defaults.sh | |
parent | 04740572173db73d0705652b5d1b0abbc24cf479 (diff) | |
download | vyos-live-build-ab3d2eae25dea60c4c14e61755971848af03cbc8.tar.gz vyos-live-build-ab3d2eae25dea60c4c14e61755971848af03cbc8.zip |
Removing non-existent --apt-indices none references.
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 3dac1d51e..28b8d6cdc 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -849,7 +849,7 @@ Set_defaults () # Setting apt indices case "${LB_MODE}" in progress-linux) - LB_APT_INDICES="${LB_APT_INDICES:-none}" + LB_APT_INDICES="${LB_APT_INDICES:-false}" ;; *) |