Change kernel and init download URL
This commit is contained in:
parent
a4319d238e
commit
f950d57167
1 changed files with 1 additions and 1 deletions
2
init.sh
2
init.sh
|
@ -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"
|
||||||
|
|
Reference in a new issue