From 2333d7e5fdf2f09b5e4dd272b717d201f31f65dc Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 25 May 2016 20:46:36 -0500 Subject: [PATCH] jessie: bump netinstall Signed-off-by: Robert Nelson --- lib/distro.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/distro.conf b/lib/distro.conf index 29759d4..e1a6b36 100755 --- a/lib/distro.conf +++ b/lib/distro.conf @@ -40,10 +40,10 @@ wheezy-armhf-netboot) NETINSTALL="uInitrd" ;; jessie-armhf-netboot) - #18-Jan-2016 + #2016-03-29 #http://ftp.us.debian.org/debian/dists/jessie/main/installer-armhf/ - NETIMAGE="20150422+deb8u3" - TEST_MD5SUM="af4b01ca4bc78f519ccd6058d3dd88e3" + NETIMAGE="20150422+deb8u3+b1" + TEST_MD5SUM="a64362573e187e17e344e8fc2c7d4a8f" HTTP_IMAGE="http://ftp.debian.org/debian/dists" BASE_IMAGE="netboot" NETINSTALL="initrd.gz"