Merge pull request #8136 from StingRayZA/more-hyperv-docs
Added note for hyperv-iso docs - hyperv-kvpd
This commit is contained in:
commit
39fa1170a3
|
@ -824,3 +824,11 @@ d-i pkgsel/update-policy select none
|
|||
|
||||
choose-mirror-bin mirror/http/proxy string
|
||||
```
|
||||
|
||||
-> **Note for *nix guests:** Please note that packer requires the VM to be
|
||||
running a hyper-v KVP daemon in order to detect the IP address of the guest VM.
|
||||
On RHEL based machines this may require installing the package `hyperv-daemons`
|
||||
and ensuring the `hypervkvpd` service is started at boot. On Debian based
|
||||
machines, you may need `linux-cloud-tools-common` for `hv_kvp_daemon`. Failure
|
||||
to do this may cause packer to wait at `Waiting for SSH to become available...`
|
||||
before eventually timing out.
|
||||
|
|
Loading…
Reference in New Issue