From 069d1dbc81a810efac0cb8add5e01654344de821 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 12 Aug 2014 09:45:30 -0500 Subject: [PATCH] distro: jessie: 20140802 Signed-off-by: Robert Nelson --- lib/distro.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/distro.conf b/lib/distro.conf index a56d35e..c2e0a0f 100755 --- a/lib/distro.conf +++ b/lib/distro.conf @@ -33,12 +33,12 @@ wheezy-armhf-netboot) NETINSTALL="uInitrd" ;; jessie-armhf-netboot) - #08-Feb-2014 + #02-Aug-2014 #http://ftp.us.debian.org/debian/dists/jessie/main/installer-armhf/ - NETIMAGE="20140316" - TEST_MD5SUM="20f33daac341aeed83f1d2b5b814dac6" + NETIMAGE="20140802" + TEST_MD5SUM="56bb50fa58d482ab12309fb6acf649e4" HTTP_IMAGE="http://ftp.debian.org/debian/dists" - BASE_IMAGE="armmp/netboot" + BASE_IMAGE="netboot" NETINSTALL="initrd.gz" ;; esac