Added missing comma to standalone template conf file

This commit is contained in:
Joanna Rutkowska 2011-03-25 22:38:15 +01:00
parent 9fa24f91e5
commit fb7f89f474

View File

@ -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'
]