Address documentation layout and copy issues

This commit is contained in:
Taliesin Sisson 2016-10-26 12:20:50 +01:00
parent d56d683bd1
commit ffc7f3f3dc
1 changed files with 84 additions and 96 deletions

View File

@ -50,13 +50,6 @@ In addition to the options listed here, a
[communicator](/docs/templates/communicator.html)
can be configured for this builder.
### Required:
- `iso_checksum` (string) - The checksum for the OS ISO file. Because ISO
@ -90,7 +83,7 @@ can be configured for this builder.
five seconds and one minute 30 seconds, respectively. If this isn't specified,
the default is 10 seconds.
- `cpu` (int) - The number of cpus the virtual machine should use. If this isn't specified,
- `cpu` (integer) - The number of cpus the virtual machine should use. If this isn't specified,
the default is 1 cpu.
- `disk_size` (integer) - The size, in megabytes, of the hard disk to create
@ -119,9 +112,9 @@ can be configured for this builder.
characters (*, ?, and []) are allowed. Directory names are also allowed,
which will add all the files found in the directory to the floppy.
- `generation` (int) - The HyperV generation for the virtual machine. By
- `generation` (integer) - The HyperV generation for the virtual machine. By
default, this is 1. Generation 2 HyperV virtual machines do not support
floppy drives. In this scenario use secondary_iso_images instead. Hard
floppy drives. In this scenario use `secondary_iso_images` instead. Hard
drives and dvd drives will also be scsi and not ide.
- `http_directory` (string) - Path to a directory to serve using an HTTP
@ -158,15 +151,10 @@ can be configured for this builder.
By default this is "output-BUILDNAME" where "BUILDNAME" is the name
of the build.
* `secondary_iso_images` (array of strings) - A list of files to place onto a floppy
disk that is attached when the VM is booted. This is most useful
for unattended Windows installs, which look for an `Autounattend.xml` file
on removable media. By default, no floppy will be attached. All files
listed in this setting get placed into the root directory of the floppy
and the floppy is attached as the first floppy device. Currently, no
support exists for creating sub-directories on the floppy. Wildcard
characters (*, ?, and []) are allowed. Directory names are also allowed,
which will add all the files found in the directory to the floppy.
* `secondary_iso_images` (array of strings) - A list of iso paths to attached to a
VM when it is booted. This is most useful for unattended Windows installs, which
look for an `Autounattend.xml` file on removable media. By default, no
secondary iso will be attached.
- `shutdown_command` (string) - The command to use to gracefully shut down the machine once all
the provisioning is done. By default this is an empty string, which tells Packer to just