/[vbox-tools]/vbox-create.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /vbox-create.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (hide annotations)
Tue Feb 17 21:37:22 2009 UTC (15 years, 2 months ago) by dpavlin
File MIME type: application/x-sh
File size: 247 byte(s)
correctly configure disk size (in Mb)

1 dpavlin 1 #!/bin/sh
2    
3     source config
4    
5     VBoxManage createvm -name $ve -register
6     VBoxManage modifyvm $ve -memory $memory -acpi on -boot1 dvd -nic1 nat -dvd $dvd
7    
8 dpavlin 5 VBoxManage createvdi -filename $disk -size $disk_size -register
9 dpavlin 1 VBoxManage modifyvm $ve -hda $disk
10    

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26