Use .HTTPIP instead of fixed IP address

This commit is contained in:
Basil Peace 2017-02-21 22:34:16 +03:00
parent b04a878ea8
commit d9a669f55c
No known key found for this signature in database
GPG Key ID: 81462EF911E5930D
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>"
]
```