mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-04 15:33:18 +00:00
Use default machine
This commit is contained in:
parent
2bc5247ac1
commit
e02edbacf4
2
xml.go
2
xml.go
|
@ -37,7 +37,7 @@ var xmlTmpl = `
|
|||
<currentMemory unit='GiB'>1</currentMemory>
|
||||
<vcpu>4</vcpu>
|
||||
<os>
|
||||
<type arch='x86_64' machine='pc-i440fx-2.12'>hvm</type>
|
||||
<type arch='x86_64'>hvm</type>
|
||||
<kernel>%s/kernel</kernel>
|
||||
<initrd>%s/initrd</initrd>
|
||||
<cmdline>loglevel=4 init=%s/init %s</cmdline>
|
||||
|
|
Loading…
Reference in a new issue