From 12409b7122812ebaa1f1fc13160152c76dd36f92 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Sat, 8 Dec 2018 13:36:18 -0600 Subject: [PATCH] update stretch 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 280f3e3..46d0b32 100755 --- a/lib/distro.conf +++ b/lib/distro.conf @@ -30,10 +30,10 @@ jessie-armhf-netboot) NETINSTALL="initrd.gz" ;; stretch-armhf-netboot) - #2018-07-11 + #2018-11-07 #http://ftp.us.debian.org/debian/dists/stretch/main/installer-armhf/ - NETIMAGE="20170615+deb9u4" - TEST_MD5SUM="ae5ded2eba3df1308a4813e4a001caec" + NETIMAGE="20170615+deb9u5" + TEST_MD5SUM="e83cc8e2e675ecf52aa692201b832e7a" HTTP_IMAGE="http://ftp.debian.org/debian/dists" BASE_IMAGE="netboot" NETINSTALL="initrd.gz"