[Pkg-escience-soc2009] [SCM] Tool for creating VM images. branch, master, updated. ea87421e5c330344615fd465660cb6196d51caa6
Steffen Moeller
steffen_moeller at gmx.de
Sun Jul 12 23:19:41 UTC 2009
The following commit has been merged in the master branch:
commit 2396566fc1a55dcb9ea26fb1ed3ff35666a65cb7
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date: Sun Jul 12 21:56:56 2009 +0200
Final fix of the vm_deply_script.tmpl
missing newline, for loop ended wrongly
diff --git a/VMBuilder/plugins/virtualbox/templates/vm_deploy_script.tmpl b/VMBuilder/plugins/virtualbox/templates/vm_deploy_script.tmpl
index 006c054..06d6c18 100644
--- a/VMBuilder/plugins/virtualbox/templates/vm_deploy_script.tmpl
+++ b/VMBuilder/plugins/virtualbox/templates/vm_deploy_script.tmpl
@@ -42,20 +42,18 @@ else
VBoxManage openmedium disk \${disk_path}/$disk -type normal
VBoxManage modifyvm $vm_name -memory $memory \${sata} #slurp
-
#if $i >= 31
#continue
#end if
#if $i == 1
- -hda \${disk_path}/$disk #slurp
+-hda \${disk_path}/$disk #slurp
#else if $i == 2
- -hdb \${disk_path}/$disk #slurp
+-hdb \${disk_path}/$disk #slurp
#else if $i == 3
- -hdd \${disk_path}/$disk #slurp
+-hdd \${disk_path}/$disk #slurp
#else
- -sataport${i} \${disk_path}/$disk #slurp
+-sataport${i} \${disk_path}/$disk
#end if
-#end for
fi
#end for
--
Tool for creating VM images.
More information about the Pkg-escience-soc2009
mailing list