From 6805182881bedb7d7e8a760a24584fe2e1f5817c Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Fri, 24 Apr 2015 09:09:06 -0500 Subject: [PATCH] distro: debian 8 (jessie) is now default Signed-off-by: Robert Nelson --- README | 4 ++-- lib/distro.conf | 6 +++--- mk_mmc.sh | 10 +++++----- test.Debian | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README b/README index 53dacfb..931554b 100644 --- a/README +++ b/README @@ -41,8 +41,8 @@ Required Options: Optional: --distro Debian: - wheezy-armhf (Debian 7) - jessie (Debian 8) + wheezy-armhf (Debian 7) + jessie (Debian 8) Ubuntu: trusty (14.04) (EOL: April 2019) utopic (14.10) (EOL: July 2015) diff --git a/lib/distro.conf b/lib/distro.conf index 6e24f67..8d66caa 100755 --- a/lib/distro.conf +++ b/lib/distro.conf @@ -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" diff --git a/mk_mmc.sh b/mk_mmc.sh index c88ecd6..72d475e 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -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 Debian: - wheezy-armhf (Debian 7) - jessie (Debian 8) + wheezy-armhf (Debian 7) + jessie (Debian 8) Ubuntu: trusty (14.04) (EOL: April 2019) utopic (14.10) (EOL: July 2015) @@ -1437,8 +1437,8 @@ usage () { Optional: --distro Debian: - wheezy-armhf (Debian 7) - jessie (Debian 8) + wheezy-armhf (Debian 7) + jessie (Debian 8) Ubuntu: trusty (14.04) (EOL: April 2019) utopic (14.10) (EOL: July 2015) diff --git a/test.Debian b/test.Debian index 3fb8b22..2e934f4 100644 --- a/test.Debian +++ b/test.Debian @@ -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.