From fe6e0bd1893e21d77c25a3e25a1631cfca16bfc5 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Fri, 8 Feb 2019 18:28:16 +0100 Subject: [PATCH] download mini.iso from daily images --- makeiso.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makeiso.sh b/makeiso.sh index 43744c88..1b282662 100755 --- a/makeiso.sh +++ b/makeiso.sh @@ -7,7 +7,8 @@ export DIALOGRC=/etc/dialogrc # Let's define some global vars myBACKTITLE="T-Pot - ISO Creator" # If you need latest hardware support, try using the hardware enablement (hwe) ISO, usually released later in time -myMINIISOLINK="http://ftp.debian.org/debian/dists/testing/main/installer-amd64/current/images/netboot/mini.iso" +#myMINIISOLINK="http://ftp.debian.org/debian/dists/testing/main/installer-amd64/current/images/netboot/mini.iso" +myMINIISOLINK="https://d-i.debian.org/daily-images/amd64/daily/netboot/mini.iso" myMINIISO="mini.iso" myTPOTISO="tpot.iso" myTPOTDIR="tpotiso"