mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Stop VBoxService after guest additions install
This commit is contained in:
parent
3da49d4000
commit
5a9e76c89d
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(['/usr/sbin/chroot', info.root, '/usr/sbin/service', 'vboxadd-service', 'stop'])
|
||||
root.remove_mount(mount_path)
|
||||
os.rmdir(mount_path)
|
||||
|
|
Loading…
Add table
Reference in a new issue