From 9a48ef21e4a68287ccfcbd2a1b439799e407ba6b Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Mon, 8 Apr 2019 11:03:41 -0500 Subject: [PATCH] Debian Stretch: 20170615+deb9u5+b2 fixes: https://github.com/RobertCNelson/netinstall/issues/69 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 46d0b32..56730c1 100755 --- a/lib/distro.conf +++ b/lib/distro.conf @@ -30,10 +30,10 @@ jessie-armhf-netboot) NETINSTALL="initrd.gz" ;; stretch-armhf-netboot) - #2018-11-07 + #2019-02-12 #http://ftp.us.debian.org/debian/dists/stretch/main/installer-armhf/ - NETIMAGE="20170615+deb9u5" - TEST_MD5SUM="e83cc8e2e675ecf52aa692201b832e7a" + NETIMAGE="20170615+deb9u5+b2" + TEST_MD5SUM="03b611a46a163588e25bf8054def5ab5" HTTP_IMAGE="http://ftp.debian.org/debian/dists" BASE_IMAGE="netboot" NETINSTALL="initrd.gz"