[pxeboot] Wheezy est stable, plus besoin des "backports" pour squeeze

This commit is contained in:
Valentin Samir 2013-05-10 18:30:14 +02:00
parent 3ff629949e
commit 15bc866616
2 changed files with 3 additions and 1 deletions

View file

@ -27,7 +27,7 @@ DEBIAN_ARCHS="i386 amd64"
DEBIAN_FTP="ftp://ftp.crans.org/debian/dists"
#Image debian custom avec plus de drivers : http://kmuto.jp/debian/d-i/
DEBIAN_BACKPORT_DISTS="squeeze"
DEBIAN_BACKPORT_DISTS=""
DEBIAN_BACKPORT_ARCHS="i386 amd64"
DEBIAN_BACKPORT_FTP="ftp://cdimage.debian.org/cdimage/unofficial/backports/"

View file

@ -240,6 +240,7 @@ for dist in $DEBIAN_BACKPORT_DISTS; do
done
done
if [[ $DEBIAN_BACKPORT_DISTS != "" ]]; then
cat >> $TFTPROOT/boot-screens/menu.cfg << EOF
menu begin debian-backport
menu title Debian Backport
@ -289,6 +290,7 @@ done
cat >> $TFTPROOT/boot-screens/menu.cfg << EOF
menu end
EOF
fi;
###########################
# fin DEBIAN BACKPORT #
###########################