[Commits] [svn:einsteintoolkit] tools/trunk/VirtualBox/ (Rev. 29)
knarf at cct.lsu.edu
knarf at cct.lsu.edu
Thu Apr 19 18:39:15 CDT 2012
User: knarf
Date: 2012/04/19 06:39 PM
Modified:
/trunk/VirtualBox/
create_ET, create_ET_i386
Log:
work around some versions of virtualbox not using relative path names
File Changes:
Directory: /trunk/VirtualBox/
=============================
File [modified]: create_ET
Delta lines: +1 -1
===================================================================
--- trunk/VirtualBox/create_ET 2012-04-19 21:34:25 UTC (rev 28)
+++ trunk/VirtualBox/create_ET 2012-04-19 23:39:15 UTC (rev 29)
@@ -30,7 +30,7 @@
VBoxManage modifyvm $RELEASE --ostype Debian_64 --acpi on --memory 1024 --cpus 1 --biosbootmenu disabled
VBoxManage storagectl $RELEASE --name "IDE Controller" --add ide --controller PIIX4
VBoxManage storagectl $RELEASE --name "SATA Controller" --add sata --controller IntelAhci
-VBoxManage storageattach $RELEASE --storagectl "IDE Controller" --port 0 --device 0 --type dvddrive --medium ./$RELEASE.iso
+VBoxManage storageattach $RELEASE --storagectl "IDE Controller" --port 0 --device 0 --type dvddrive --medium `pwd`/$RELEASE.iso
VBoxManage createhd --filename $RELEASE.vdi --size 32768
VBoxManage storageattach $RELEASE --storagectl "SATA Controller" --port 0 --device 0 --type hdd --medium $RELEASE.vdi
VBoxManage modifyvm $RELEASE --nic1 nat --nictype1 82540EM
File [modified]: create_ET_i386
Delta lines: +1 -1
===================================================================
--- trunk/VirtualBox/create_ET_i386 2012-04-19 21:34:25 UTC (rev 28)
+++ trunk/VirtualBox/create_ET_i386 2012-04-19 23:39:15 UTC (rev 29)
@@ -30,7 +30,7 @@
VBoxManage modifyvm $RELEASE --ostype Debian --acpi on --memory 1024 --cpus 1 --biosbootmenu disabled
VBoxManage storagectl $RELEASE --name "IDE Controller" --add ide --controller PIIX4
VBoxManage storagectl $RELEASE --name "SATA Controller" --add sata --controller IntelAhci
-VBoxManage storageattach $RELEASE --storagectl "IDE Controller" --port 0 --device 0 --type dvddrive --medium ./$RELEASE.iso
+VBoxManage storageattach $RELEASE --storagectl "IDE Controller" --port 0 --device 0 --type dvddrive --medium `pwd`/$RELEASE.iso
VBoxManage createhd --filename $RELEASE.vdi --size 32768
VBoxManage storageattach $RELEASE --storagectl "SATA Controller" --port 0 --device 0 --type hdd --medium $RELEASE.vdi
VBoxManage modifyvm $RELEASE --nic1 nat --nictype1 82540EM
More information about the Commits
mailing list