From d9a669f55cbc03497eb5af41ce23760193d205bb Mon Sep 17 00:00:00 2001 From: Basil Peace Date: Tue, 21 Feb 2017 22:34:16 +0300 Subject: [PATCH] Use .HTTPIP instead of fixed IP address --- website/source/docs/builders/qemu.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/builders/qemu.html.md b/website/source/docs/builders/qemu.html.md index dfd931211..381e8872f 100644 --- a/website/source/docs/builders/qemu.html.md +++ b/website/source/docs/builders/qemu.html.md @@ -435,7 +435,7 @@ CentOS 6.4 installer: "boot_command": [ "", - " ks=http://10.0.2.2:{{ .HTTPPort }}/centos6-ks.cfg" + " ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos6-ks.cfg" ] ```