Skip to content

Commit

Permalink
Automated developer guide update
Browse files Browse the repository at this point in the history
  • Loading branch information
schutzbot committed Feb 18, 2025
1 parent 8a3d134 commit 72ac7c9
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,21 @@ Buildhost commands used: `qemu-img`.
"vmdk"
]
},
"adapter_type": {
"description": "Virtual adapter type",
"type": "string",
"enum": [
"ide",
"lsilogic",
"buslogic",
"legacyESX"
]
},
"compat6": {
"description": "VMDK version 6 image",
"type": "boolean",
"default": false
},
"compression": {
"description": "Enable/disable compression of the vmdk image",
"type": "boolean",
Expand Down

0 comments on commit 72ac7c9

Please sign in to comment.