Added missing comma to standalone template conf file
This commit is contained in:
parent
9fa24f91e5
commit
fb7f89f474
@ -11,7 +11,7 @@ memory = %MEM%
|
||||
name = "%VMNAME%"
|
||||
|
||||
disk = [ 'file:%VMDIR%/root.img,xvda,w',
|
||||
'file:%VMDIR%/private.img,xvdb,w'
|
||||
'file:%VMDIR%/private.img,xvdb,w',
|
||||
'file:%VMDIR%/volatile.img,xvdc,w'
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user