Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/usr-OVF.sh
diff options
context:
space:
mode:
authorDavid Farning <dfarning@launchpad.sugarlabs.org>2010-02-01 17:00:25 (GMT)
committer David Farning <dfarning@launchpad.sugarlabs.org>2010-02-01 17:00:25 (GMT)
commitc5b5463d94d5e33af318a19d6615a23c834bc8be (patch)
tree6bfec7e4b0f0f9b78439dd78fb3532fedad7dddf /usr-OVF.sh
parent0808698ce1d7776d61071a7bf5c8ae8e6e73e06d (diff)
ugly update for 0201 release
Diffstat (limited to 'usr-OVF.sh')
-rwxr-xr-xusr-OVF.sh23
1 files changed, 0 insertions, 23 deletions
diff --git a/usr-OVF.sh b/usr-OVF.sh
deleted file mode 100755
index 1a05046..0000000
--- a/usr-OVF.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-##
-
-#Detach virtual harddisk
-VBoxManage modifyvm "usr-daily" --hda none
-
-#Delete old VM
-VBoxManage unregistervm "usr-daily" --delete
-
-
-#Create a VirtualBox VM
-VBoxManage createvm --name "usr-daily" --register
-
-#Create virtual hard disk
-VBoxManage createhd --filename "usr-daily.vdi" --size 5000 --remember
-
-#Configure VM
-VBoxManage modifyvm "usr-daily" --memory "512MB" --hda "usr-daily.vdi" --dvd lucid-desktop-amd64.iso --boot1 dvd --nic1 nat --acpi on
-
-#Start VM
-VBoxManage startvm "usr-daily"
-
-#VBoxManage export "usr-daily" --output ~/usr-daily.ovf