[pxeboot] Wheezy est stable, plus besoin des "backports" pour squeeze
This commit is contained in:
parent
3ff629949e
commit
15bc866616
2 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,7 @@ DEBIAN_ARCHS="i386 amd64"
|
||||||
DEBIAN_FTP="ftp://ftp.crans.org/debian/dists"
|
DEBIAN_FTP="ftp://ftp.crans.org/debian/dists"
|
||||||
|
|
||||||
#Image debian custom avec plus de drivers : http://kmuto.jp/debian/d-i/
|
#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_ARCHS="i386 amd64"
|
||||||
DEBIAN_BACKPORT_FTP="ftp://cdimage.debian.org/cdimage/unofficial/backports/"
|
DEBIAN_BACKPORT_FTP="ftp://cdimage.debian.org/cdimage/unofficial/backports/"
|
||||||
|
|
||||||
|
|
|
@ -240,6 +240,7 @@ for dist in $DEBIAN_BACKPORT_DISTS; do
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
|
if [[ $DEBIAN_BACKPORT_DISTS != "" ]]; then
|
||||||
cat >> $TFTPROOT/boot-screens/menu.cfg << EOF
|
cat >> $TFTPROOT/boot-screens/menu.cfg << EOF
|
||||||
menu begin debian-backport
|
menu begin debian-backport
|
||||||
menu title Debian Backport
|
menu title Debian Backport
|
||||||
|
@ -289,6 +290,7 @@ done
|
||||||
cat >> $TFTPROOT/boot-screens/menu.cfg << EOF
|
cat >> $TFTPROOT/boot-screens/menu.cfg << EOF
|
||||||
menu end
|
menu end
|
||||||
EOF
|
EOF
|
||||||
|
fi;
|
||||||
###########################
|
###########################
|
||||||
# fin DEBIAN BACKPORT #
|
# fin DEBIAN BACKPORT #
|
||||||
###########################
|
###########################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue