mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-23 00:11:41 -04:00
builder/vmware: clarify guestiphack error message [GH-639]
This commit is contained in:
@@ -314,7 +314,8 @@ func (d *ESX5Driver) checkGuestIPHackEnabled() error {
|
||||
}
|
||||
|
||||
if record["IntValue"] != "1" {
|
||||
return errors.New("GuestIPHack is required, enable with:\n" +
|
||||
return errors.New(
|
||||
"GuestIPHack is required, enable by running this on the ESX machine:\n" +
|
||||
"esxcli system settings advanced set -o /Net/GuestIPHack -i 1")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user