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

Contents of /vbox-create.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Tue Feb 17 19:47:39 2009 UTC (15 years, 2 months ago) by dpavlin
File MIME type: application/x-sh
File size: 324 byte(s)
quickly create VirtualBox machine with rdp

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 VBoxManage createvdi -filename $disk -size 8Mb -register
9 VBoxManage modifyvm $ve -hda $disk
10
11 rmmod kvm_intel kvm
12
13 VBoxHeadless -startvm $ve &
14
15 sleep 1
16
17 rdesktop-vrdp localhost
18

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26