mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 23:11:40 -04:00
Use .HTTPIP instead of fixed IP address
This commit is contained in:
@@ -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>"
|
||||
]
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user