Add drive support.
This commit is contained in:
parent
46c7e8c527
commit
72361f4171
3 changed files with 39 additions and 20 deletions
|
|
@ -76,12 +76,15 @@
|
|||
# "bridge": "br0"
|
||||
# "device": "virtio-net"
|
||||
# "mac": (undefined)
|
||||
|
||||
|
||||
"drives":
|
||||
- "type": "ide-cd"
|
||||
"bootindex": (undefined)
|
||||
"file": (undefined)
|
||||
|
||||
# There are no default drives. The supported types are "ide-cd"
|
||||
# and "raw". All types support a "bootindex" property.
|
||||
# Type "raw" can have a property "file" (if backed by a file on
|
||||
# the host) or a property "device" (if backed by a device).
|
||||
# "drives":
|
||||
# - "type": "ide-cd"
|
||||
# "bootindex": (undefined)
|
||||
# "file": (undefined)
|
||||
|
||||
# "spice":
|
||||
# "port": 5900
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue