Merge pull request #116 from AtaxyaNetwork/main

Add documentation for disk_name
This commit is contained in:
Dom Del Nano 2024-01-17 06:45:20 -08:00 committed by GitHub
commit eac40a8976
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,6 +87,9 @@ each category, the available options are alphabetized and described.
run `xe template-list`. Setting the correct value hints to XenServer how to run `xe template-list`. Setting the correct value hints to XenServer how to
optimize the virtual hardware to work best with that operating system. optimize the virtual hardware to work best with that operating system.
* `disk_name` (string) - The name of the hard disk to create for the VM.
By default, the name is "Packer-disk".
* `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).