add stretch debian (as default)

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/67/head
Robert Nelson 8 years ago
parent 48f068f8b3
commit 5b74defebd

@ -35,8 +35,8 @@ Optional:
--distro <distro> --distro <distro>
Debian: Debian:
wheezy-armhf (Debian 7) wheezy-armhf (Debian 7)
jessie (Debian 8) <default> jessie (Debian 8)
stretch (Debian 9) (beta) stretch (Debian 9) <default>
Ubuntu: Ubuntu:
xenial (16.04 LTS) xenial (16.04 LTS)
yakkety (16.10) yakkety (16.10)

@ -58,12 +58,10 @@ jessie-armhf-netboot)
NETINSTALL="initrd.gz" NETINSTALL="initrd.gz"
;; ;;
stretch-armhf-netboot) stretch-armhf-netboot)
#01-Sep-2015 #2017-06-15
#http://ftp.us.debian.org/debian/dists/stretch/main/installer-armhf/ #http://ftp.us.debian.org/debian/dists/stretch/main/installer-armhf/
# NETIMAGE="20150422+deb8u2" NETIMAGE="20170615"
NETIMAGE="current" TEST_MD5SUM="2658f05047612fde5463ef9f08cbbe8f"
# TEST_MD5SUM="c67ede59f93a0b0f6f70e5ae7ac27659"
TEST_MD5SUM="x"
HTTP_IMAGE="http://ftp.debian.org/debian/dists" HTTP_IMAGE="http://ftp.debian.org/debian/dists"
BASE_IMAGE="netboot" BASE_IMAGE="netboot"
NETINSTALL="initrd.gz" NETINSTALL="initrd.gz"

@ -41,7 +41,7 @@ unset KERNEL_DEB
GIT_VERSION=$(git rev-parse --short HEAD) GIT_VERSION=$(git rev-parse --short HEAD)
DIST=jessie DIST=stretch
ARCH=armhf ARCH=armhf
DISTARCH="${DIST}-${ARCH}" DISTARCH="${DIST}-${ARCH}"
deb_distribution="debian" deb_distribution="debian"
@ -1453,8 +1453,8 @@ check_distro () {
--distro <distro> --distro <distro>
Debian: Debian:
wheezy-armhf (Debian 7) wheezy-armhf (Debian 7)
jessie (Debian 8) <default> jessie (Debian 8)
stretch (Debian 9) (alpha) stretch (Debian 9) <default>
Ubuntu: Ubuntu:
xenial (16.04) xenial (16.04)
yakkety (16.10) yakkety (16.10)
@ -1504,8 +1504,8 @@ usage () {
--distro <distro> --distro <distro>
Debian: Debian:
wheezy-armhf (Debian 7) wheezy-armhf (Debian 7)
jessie (Debian 8) <default> jessie (Debian 8)
stretch (Debian 9) (beta) stretch (Debian 9) <default>
Ubuntu: Ubuntu:
xenial (16.04 LTS) xenial (16.04 LTS)
yakkety (16.10) yakkety (16.10)

Loading…
Cancel
Save