Change kernel and init download URL

This commit is contained in:
Yorick Barbanneau 2018-03-06 10:45:36 +01:00
parent a4319d238e
commit f950d57167

View file

@ -219,7 +219,7 @@ then
exit 1 exit 1
fi fi
bootfiles_Debian="http://ftp.debian.org/debian/dists/jessie/main/installer-${debian_arch}/current/images/hd-media" bootfiles_Debian="http://ftp.debian.org/debian/dists/stable/main/installer-${debian_arch}/current/images/hd-media"
if [ $archive -eq 1 ] if [ $archive -eq 1 ]
then then
iso_url="http://cdimage.debian.org/cdimage/archive/${debian_version}/${debian_arch}/iso-cd" iso_url="http://cdimage.debian.org/cdimage/archive/${debian_version}/${debian_arch}/iso-cd"