Dropping stable and unstable dist symlinks for d-i in dists for wheezy.

This commit is contained in:
Daniel Baumann 2013-01-02 11:03:44 +01:00
parent 066cdad4bf
commit c5b627de43
1 changed files with 9 additions and 1 deletions

View File

@ -762,7 +762,15 @@ EOF
rm -f chroot/binary.sh
mv chroot/root/binary ./
case "${LB_PARENT_DISTRIBUTION}" in
wheezy)
DISTRIBUTIONS="testing"
;;
*)
DISTRIBUTIONS="stable testing unstable"
;;
esac
if [ "${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}" != "${LB_PARENT_DISTRIBUTION}" ]
then