Dropping stable and unstable dist symlinks for d-i in dists for wheezy.
This commit is contained in:
parent
066cdad4bf
commit
c5b627de43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue