distro: debian 8 (jessie) is now default

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/62/head
Robert Nelson 10 years ago
parent 1c67356dbb
commit 6805182881

@ -41,8 +41,8 @@ Required Options:
Optional: Optional:
--distro <distro> --distro <distro>
Debian: Debian:
wheezy-armhf (Debian 7) <default> wheezy-armhf (Debian 7)
jessie (Debian 8) jessie (Debian 8) <default>
Ubuntu: Ubuntu:
trusty (14.04) (EOL: April 2019) trusty (14.04) (EOL: April 2019)
utopic (14.10) (EOL: July 2015) utopic (14.10) (EOL: July 2015)

@ -40,10 +40,10 @@ wheezy-armhf-netboot)
NETINSTALL="uInitrd" NETINSTALL="uInitrd"
;; ;;
jessie-armhf-netboot) jessie-armhf-netboot)
#18-Apr-2015 #22-Apr-2015
#http://ftp.us.debian.org/debian/dists/jessie/main/installer-armhf/ #http://ftp.us.debian.org/debian/dists/jessie/main/installer-armhf/
NETIMAGE="20150418" NETIMAGE="20150422"
TEST_MD5SUM="21675c737e1b35f6a3c37033e76191fa" TEST_MD5SUM="e1aba34c4d70d8bf98533aa5717bf590"
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"

@ -43,7 +43,7 @@ unset KERNEL_DEB
GIT_VERSION=$(git rev-parse --short HEAD) GIT_VERSION=$(git rev-parse --short HEAD)
DIST=wheezy DIST=jessie
ARCH=armhf ARCH=armhf
DISTARCH="${DIST}-${ARCH}" DISTARCH="${DIST}-${ARCH}"
deb_distribution="debian" deb_distribution="debian"
@ -1381,8 +1381,8 @@ check_distro () {
----------------------------- -----------------------------
--distro <distro> --distro <distro>
Debian: Debian:
wheezy-armhf (Debian 7) <default> wheezy-armhf (Debian 7)
jessie (Debian 8) jessie (Debian 8) <default>
Ubuntu: Ubuntu:
trusty (14.04) (EOL: April 2019) trusty (14.04) (EOL: April 2019)
utopic (14.10) (EOL: July 2015) utopic (14.10) (EOL: July 2015)
@ -1437,8 +1437,8 @@ usage () {
Optional: Optional:
--distro <distro> --distro <distro>
Debian: Debian:
wheezy-armhf (Debian 7) <default> wheezy-armhf (Debian 7)
jessie (Debian 8) jessie (Debian 8) <default>
Ubuntu: Ubuntu:
trusty (14.04) (EOL: April 2019) trusty (14.04) (EOL: April 2019)
utopic (14.10) (EOL: July 2015) utopic (14.10) (EOL: July 2015)

@ -1,6 +1,6 @@
Test Parameters: Test Parameters:
sudo ./mk_mmc.sh --mmc /dev/sde --dtb omap4-panda --distro wheezy-armhf sudo ./mk_mmc.sh --mmc /dev/sde --dtb omap4-panda --distro jessie
Hardware: PandaBoard, usb keyboard, dvi monitor, ethernet cable. Hardware: PandaBoard, usb keyboard, dvi monitor, ethernet cable.

Loading…
Cancel
Save