mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Merge pull request #37 from myhro/fix-guestadditions
Stop VBoxService after guest additions installation
This commit is contained in:
commit
b4fc20044c
1 changed files with 1 additions and 0 deletions
|
@ -60,5 +60,6 @@ class InstallGuestAdditions(Task):
|
|||
'it should exit with status 1').format(status=status)
|
||||
raise TaskError(msg)
|
||||
|
||||
log_call(['chroot', info.root, 'service', 'vboxadd-service', 'stop'])
|
||||
root.remove_mount(mount_path)
|
||||
os.rmdir(mount_path)
|
||||
|
|
Loading…
Add table
Reference in a new issue