Merge pull request #4574 from grv87/master

Use .HTTPIP instead of fixed IP address
This commit is contained in:
Matthew Hooker 2017-02-21 11:40:06 -08:00 committed by GitHub
commit f9a7646169
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ CentOS 6.4 installer:
"boot_command":
[
"<tab><wait>",
" ks=http://10.0.2.2:{{ .HTTPPort }}/centos6-ks.cfg<enter>"
" ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos6-ks.cfg<enter>"
]
```