Merge pull request #37 from myhro/fix-guestadditions

Stop VBoxService after guest additions installation
This commit is contained in:
Anders Ingemann 2014-03-26 22:06:35 +01:00
commit b4fc20044c

View file

@ -60,5 +60,6 @@ class InstallGuestAdditions(Task):
'it should exit with status 1').format(status=status) 'it should exit with status 1').format(status=status)
raise TaskError(msg) raise TaskError(msg)
log_call(['chroot', info.root, 'service', 'vboxadd-service', 'stop'])
root.remove_mount(mount_path) root.remove_mount(mount_path)
os.rmdir(mount_path) os.rmdir(mount_path)