update debian dl link

This commit is contained in:
webzwo0i 2017-01-19 15:46:15 +01:00
parent 195c5a07d7
commit cdec48c2df
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
```shell
dd if=/dev/zero of=salt.hda bs=1M count=1 seek=10239
wget http://cdimage.debian.org/debian-cd/8.6.0/amd64/iso-cd/debian-8.6.0-amd64-netinst.iso
wget http://cdimage.debian.org/debian-cd/8.7.1/amd64/iso-cd/debian-8.7.1-amd64-netinst.iso
kvm -hda salt.hda -m 1024 -smp 2 -net nic,model=e1000 -net user -cdrom
```