summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/virtBootstrap/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/virtBootstrap/utils.py b/src/virtBootstrap/utils.py
index 66cd301..923309a 100644
--- a/src/virtBootstrap/utils.py
+++ b/src/virtBootstrap/utils.py
@@ -102,6 +102,7 @@ def safe_untar(src, dest):
"""
virt_sandbox = ['virt-sandbox',
'-c', LIBVIRT_CONN,
+ '--name=bootstrap_%s' % os.getpid(),
'-m', 'host-bind:/mnt=' + dest] # Bind destination folder
# Compression type is auto detected from tar