summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2013-01-02 11:03:44 +0100
committerDaniel Baumann <daniel@debian.org>2013-01-02 11:04:30 +0100
commitc5b627de43991a74f3259c5a8e76157e2a0b2a6a (patch)
tree20bbedc7035b617710d8eca6682066c98cf1f12a
parent066cdad4bf1de710b284501803a231a39d04d386 (diff)
downloadvyos-live-build-c5b627de43991a74f3259c5a8e76157e2a0b2a6a.tar.gz
vyos-live-build-c5b627de43991a74f3259c5a8e76157e2a0b2a6a.zip
Dropping stable and unstable dist symlinks for d-i in dists for wheezy.
-rwxr-xr-xscripts/build/binary_debian-installer10
1 files changed, 9 insertions, 1 deletions
diff --git a/scripts/build/binary_debian-installer b/scripts/build/binary_debian-installer
index a84c521c3..6c448686a 100755
--- a/scripts/build/binary_debian-installer
+++ b/scripts/build/binary_debian-installer
@@ -762,7 +762,15 @@ EOF
rm -f chroot/binary.sh
mv chroot/root/binary ./
- DISTRIBUTIONS="stable testing unstable"
+ case "${LB_PARENT_DISTRIBUTION}" in
+ wheezy)
+ DISTRIBUTIONS="testing"
+ ;;
+
+ *)
+ DISTRIBUTIONS="stable testing unstable"
+ ;;
+ esac
if [ "${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}" != "${LB_PARENT_DISTRIBUTION}" ]
then