mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Remove status/out/err atribution from log_call
This commit is contained in:
parent
43e3d9678a
commit
0fb8b38158
1 changed files with 1 additions and 2 deletions
|
@ -52,8 +52,7 @@ class InstallGuestAdditions(Task):
|
||||||
|
|
||||||
install_script = os.path.join('/', mount_dir, 'VBoxLinuxAdditions.run')
|
install_script = os.path.join('/', mount_dir, 'VBoxLinuxAdditions.run')
|
||||||
from common.tools import log_call
|
from common.tools import log_call
|
||||||
status, out, err = log_call(['chroot', info.root,
|
log_call(['chroot', info.root, install_script, '--nox11'])
|
||||||
install_script, '--nox11'])
|
|
||||||
|
|
||||||
log_call(['chroot', info.root, 'service', 'vboxadd-service', 'stop'])
|
log_call(['chroot', info.root, 'service', 'vboxadd-service', 'stop'])
|
||||||
root.remove_mount(mount_path)
|
root.remove_mount(mount_path)
|
||||||
|
|
Loading…
Add table
Reference in a new issue