[Commits] [svn:einsteintoolkit] tools/trunk/VirtualBox/ (Rev. 26)
knarf at cct.lsu.edu
knarf at cct.lsu.edu
Thu Apr 19 12:42:04 CDT 2012
User: knarf
Date: 2012/04/19 12:42 PM
Modified:
/trunk/VirtualBox/
create_ET
Log:
don't use absolute path
File Changes:
Directory: /trunk/VirtualBox/
=============================
File [modified]: create_ET
Delta lines: +1 -1
===================================================================
--- trunk/VirtualBox/create_ET 2012-04-19 17:40:25 UTC (rev 25)
+++ trunk/VirtualBox/create_ET 2012-04-19 17:42:03 UTC (rev 26)
@@ -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 ~/vm/$RELEASE.iso
+VBoxManage storageattach $RELEASE --storagectl "IDE Controller" --port 0 --device 0 --type dvddrive --medium ./$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