-improvements to LS compile scripts

This commit is contained in:
Martin Konecny 2011-12-02 13:37:29 -05:00
parent cbc2ba660f
commit 12a9263193
3 changed files with 61 additions and 33 deletions

View file

@ -106,12 +106,8 @@ def create_fresh_os(vm_name, lucid=False, debian=False):
do_local("VBoxManage snapshot %s take fresh_install"%vm_name)
do_local("touch %s/vm_registered"%vdi_dir)
do_local('VBoxManage snapshot %s restore fresh_install'%vm_name)
do_local('VBoxManage modifyvm "%s" --bridgeadapter1 wlan0'%vm_name)
do_local('VBoxManage startvm %s'%vm_name)
print "Please wait while attempting to acquire IP address"