Merge pull request #70 from ddelnano/include-firmware-in-documentation

Add the firmware argument to the builder documentation since it was missing
This commit is contained in:
Dom Del Nano 2023-04-24 05:50:18 -07:00 committed by GitHub
commit 5759ecea09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,9 @@ each category, the available options are alphabetized and described.
* `disk_size` (integer) - The size, in megabytes, of the hard disk to create * `disk_size` (integer) - The size, in megabytes, of the hard disk to create
for the VM. By default, this is 40000 (about 40 GB). for the VM. By default, this is 40000 (about 40 GB).
* `firmware` (string) - Whether to use `bios` or `uefi` as the boot firmware
for the resulting VM. Defaults to `bios`.
* `floppy_files` (array of strings) - A list of files to place onto a floppy * `floppy_files` (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 disk that is attached when the VM is booted. This is most useful
for unattended Windows installs, which look for an `Autounattend.xml` file for unattended Windows installs, which look for an `Autounattend.xml` file