Merge pull request #7781 from hashicorp/fix_7710

document httpip in virtualbox builder
This commit is contained in:
Megan Marsh 2019-07-02 10:37:06 -07:00 committed by GitHub
commit 5ee943a2bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -375,6 +375,11 @@ Ubuntu 12.04 installer:
]
```
Please note that for the Virtuabox builder, the IP address of the HTTP server
Packer launches for you to access files like the preseed file in the example
above (`{{ .HTTPIP }}`) is hardcoded to 10.0.2.2. If you change the network
of your VM you must guarantee that you can still access this HTTP server.
For more examples of various boot commands, see the sample projects from our
[community templates page](/community-tools.html#templates).