pull/9928/head
Megan Marsh 6 years ago
parent eab7672519
commit f5ba9c7b2f

@ -119,6 +119,14 @@ builder.
@include 'helper/communicator/WinRM-not-required.mdx'
### CD configuration
@include 'common/CDConfig.mdx'
#### Optional:
@include 'common/CDConfig-not-required.mdx'
## Boot Command
The `boot_command` configuration is very important: it specifies the keys to
@ -164,7 +172,7 @@ for the version of Hyper-V that is running.
Floppy drives are no longer supported by generation 2 machines. This requires
you to take another approach when dealing with preseed or answer files. Two
possible options are using virtual DVD drives or using Packers built in web
possible options are using the `cd_files` option or using Packer's built in web
server.
When dealing with Windows you need to enable UEFI drives for generation 2

@ -12,7 +12,7 @@ sidebar_title: QEMU
Type: `qemu`
The Qemu Packer builder is able to create [KVM](http://www.linux-kvm.org) virtual
The Qemu Packer builder is able to create [KVM](http://www.linux-kvm.org) virtual
machine images.
The builder builds a virtual machine by creating a new virtual machine from
@ -144,6 +144,14 @@ necessary for this build to succeed and can be found further down the page.
@include 'common/FloppyConfig-not-required.mdx'
### CD configuration
@include 'common/CDConfig.mdx'
#### Optional:
@include 'common/CDConfig-not-required.mdx'
## Shutdown configuration
### Optional:

Loading…
Cancel
Save