/[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

Diff of /vbox-create.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3 by dpavlin, Tue Feb 17 19:54:21 2009 UTC revision 5 by dpavlin, Tue Feb 17 21:37:22 2009 UTC
# Line 5  source config Line 5  source config
5  VBoxManage createvm -name $ve -register  VBoxManage createvm -name $ve -register
6  VBoxManage modifyvm $ve -memory $memory -acpi on -boot1 dvd -nic1 nat -dvd $dvd  VBoxManage modifyvm $ve -memory $memory -acpi on -boot1 dvd -nic1 nat -dvd $dvd
7    
8  VBoxManage createvdi -filename $disk -size 8Mb -register  VBoxManage createvdi -filename $disk -size $disk_size -register
9  VBoxManage modifyvm $ve -hda $disk  VBoxManage modifyvm $ve -hda $disk
10    

Legend:
Removed from v.3  
changed lines
  Added in v.5

  ViewVC Help
Powered by ViewVC 1.1.26