download mini.iso from daily images

This commit is contained in:
t3chn0m4g3 2019-02-08 18:28:16 +01:00
parent ec30cf89b9
commit fe6e0bd189

View file

@ -7,7 +7,8 @@ export DIALOGRC=/etc/dialogrc
# Let's define some global vars # Let's define some global vars
myBACKTITLE="T-Pot - ISO Creator" myBACKTITLE="T-Pot - ISO Creator"
# If you need latest hardware support, try using the hardware enablement (hwe) ISO, usually released later in time # 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" myMINIISO="mini.iso"
myTPOTISO="tpot.iso" myTPOTISO="tpot.iso"
myTPOTDIR="tpotiso" myTPOTDIR="tpotiso"