Project

General

Profile

« Previous | Next » 

Revision 14606

config/VirtualBox_VMs/vegbiendev/README.TXT: added instructions to configure the VM to support VirtualBox

View differences:

trunk/config/VirtualBox_VMs/vegbiendev/README.TXT
173 173
	#  perms on these files are not important to the BIEN scripts)
174 174
l=  overwrite=1 inplace=1 src=root@128.111.220.240:/ dest=~/Documents/BIEN/vegbiendev.2014-2-2_1-07-32PT.+VirtualBox_changes/ sudo -E put --link-dest="$HOME"/Documents/BIEN/vegbiendev.2014-2-2_1-07-32PT/home/bien/svn/ --no-owner --no-group --exclude=/backups/.vegbien.r10848.backup.aYCFxI --exclude='/backups/vegbien.*.backup' --exclude=/inputs/GBIF/_archive/Specimen/GBIF.txt --exclude=/inputs/GBIF/_MySQL/GBIFPortalDB-2013-02-20.data.sql --exclude=/inputs/GBIF/raw_occurrence_record_plants/_archive/table.2013-5-13.tsv --exclude=/inputs/GBIF/raw_occurrence_record_plants/table.tsv --exclude=/inputs/VegBank/_archive/2012-8-30/vegbank.sql home/bien/svn/|diff /dev/stdin ~/Documents/BIEN/vegbiendev.2014-2-2_1-07-32PT.perms_changed.txt 
175 175
# ensure there are no file changes
176

  
177
to configure the VM to support VirtualBox:
178
# open VirtualBox
179
# select the vegbiendev VM
180
# restore the "restore of 2014-02-02 01:07:32 backup (DO NOT DELETE)" snapshot
181
# boot the VM from ~/software/ubuntu-12.04.4-desktop-amd64.iso
182
# install a bootloader
183
# shut down the VM
184
# eject the CD image
185
# boot the VM
186
# when asked whether to skip mounting, press S
187
# install VirtualBox Guest Additions
188
# set up the network connection:
189
# {
190
ssh -t aaronmk@128.111.220.240
191
sudo nano /etc/network/interfaces
192
# remove the entry for eth0 (which doesn't work under VirtualBox)
193
# add the following entry:
194
---
195
auto eth1
196
iface eth1 inet dhcp
197
---
198
# }

Also available in: Unified diff