Boot from CD-ROM works.
This commit is contained in:
parent
2ed51772ed
commit
ad7e63d78c
6 changed files with 122 additions and 21 deletions
|
|
@ -43,8 +43,8 @@
|
|||
# "bootMode": "uefi"
|
||||
|
||||
# RAM settings
|
||||
# "maximumRam": "512M"
|
||||
# "currentRam": "512M"
|
||||
# "maximumRam": "1G"
|
||||
# "currentRam": "1G"
|
||||
|
||||
# CPU settings
|
||||
# "cpuModel": "host"
|
||||
|
|
@ -59,4 +59,12 @@
|
|||
# "threadsPerCore": 0
|
||||
# "accelertor": "kvm"
|
||||
|
||||
|
||||
# RTC settings.
|
||||
# "rtcBase": "utc"
|
||||
# "rtcClock": "rt"
|
||||
|
||||
"drives":
|
||||
- "type": "ide-cd"
|
||||
"bootindex": (undefined)
|
||||
"file": (undefined)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue