From fb7f89f474c0617d55b6203b189a894e6d2a7cf4 Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Fri, 25 Mar 2011 22:38:15 +0100 Subject: [PATCH] Added missing comma to standalone template conf file --- vm_conf_files/standalone-template.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm_conf_files/standalone-template.conf b/vm_conf_files/standalone-template.conf index 6fc79db..61834bd 100644 --- a/vm_conf_files/standalone-template.conf +++ b/vm_conf_files/standalone-template.conf @@ -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' ]