Add networking.
This commit is contained in:
parent
351c876024
commit
8d08a6adad
3 changed files with 40 additions and 0 deletions
|
|
@ -68,6 +68,16 @@
|
|||
# "rtcBase": "utc"
|
||||
# "rtcClock": "rt"
|
||||
|
||||
# Network settings
|
||||
# Supported types are "tap" and "user" (for debugging). Type "user"
|
||||
# supports only the property "net".
|
||||
# "network":
|
||||
# - "type": "tap"
|
||||
# "bridge": "br0"
|
||||
# "device": "virtio-net"
|
||||
# "mac": (undefined)
|
||||
|
||||
|
||||
"drives":
|
||||
- "type": "ide-cd"
|
||||
"bootindex": (undefined)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue