From cdec48c2dfc9dc4654a3613cd536c5fe84573838 Mon Sep 17 00:00:00 2001 From: webzwo0i Date: Thu, 19 Jan 2017 15:46:15 +0100 Subject: [PATCH] update debian dl link --- doc/test-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/test-environment.md b/doc/test-environment.md index 3f5a8d3..b38e82f 100644 --- a/doc/test-environment.md +++ b/doc/test-environment.md @@ -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 ```