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:
--distro <distro>
Debian:
wheezy-armhf (Debian 7) <default>
jessie (Debian 8)
wheezy-armhf (Debian 7)
jessie (Debian 8) <default>
Ubuntu:
trusty (14.04) (EOL: April 2019)
utopic (14.10) (EOL: July 2015)

@ -40,10 +40,10 @@ wheezy-armhf-netboot)
NETINSTALL="uInitrd"
;;
jessie-armhf-netboot)
#18-Apr-2015
#22-Apr-2015
#http://ftp.us.debian.org/debian/dists/jessie/main/installer-armhf/
NETIMAGE="20150418"
TEST_MD5SUM="21675c737e1b35f6a3c37033e76191fa"
NETIMAGE="20150422"
TEST_MD5SUM="e1aba34c4d70d8bf98533aa5717bf590"
HTTP_IMAGE="http://ftp.debian.org/debian/dists"
BASE_IMAGE="netboot"
NETINSTALL="initrd.gz"

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

@ -1,6 +1,6 @@
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.

Loading…
Cancel
Save