diff options
author | Daniel Baumann <daniel@debian.org> | 2010-10-04 15:49:08 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:33 +0100 |
commit | c7a9942687bf79c7e475cc27a2fe3c54b57ef3d7 (patch) | |
tree | e77d23b6922b7945acc1716a213d52e0822d55a2 /functions | |
parent | c7c5fc594fc1590dee1735baf3a6cc9ec9391fe5 (diff) | |
download | vyos-live-build-c7a9942687bf79c7e475cc27a2fe3c54b57ef3d7.tar.gz vyos-live-build-c7a9942687bf79c7e475cc27a2fe3c54b57ef3d7.zip |
Removing --binary-pool again, not ready yet.
See #598935, #598991 and and
http://lists.debian.org/debian-live/2010/10/msg00079.html
for details.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index a935674a4..fcc6ae7c0 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -830,8 +830,6 @@ Set_defaults () LB_BINARY_INDICES="${LB_BINARY_INDICES:-true}" fi - LB_BINARY_POOL="${LB_BINARY_POOL:-false}" - # Setting bootloader if [ -z "${LB_BOOTLOADER}" ] then |