Skip to content

Commit 5759ece

Browse files
authored
Merge pull request #70 from ddelnano/include-firmware-in-documentation
Add the firmware argument to the builder documentation since it was missing
2 parents a7ec448 + 4646bde commit 5759ece

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/builders/iso/xenserver-iso.html.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ each category, the available options are alphabetized and described.
8989
* `disk_size` (integer) - The size, in megabytes, of the hard disk to create
9090
for the VM. By default, this is 40000 (about 40 GB).
9191

92+
* `firmware` (string) - Whether to use `bios` or `uefi` as the boot firmware
93+
for the resulting VM. Defaults to `bios`.
94+
9295
* `floppy_files` (array of strings) - A list of files to place onto a floppy
9396
disk that is attached when the VM is booted. This is most useful
9497
for unattended Windows installs, which look for an `Autounattend.xml` file

0 commit comments

Comments
 (0)