summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Vonthethoff <daniel@enigmaalgorithms.com>2019-12-17 05:07:41 +0000
committerDaniel Vonthethoff <daniel@enigmaalgorithms.com>2019-12-17 05:07:41 +0000
commitc463ee73a8ce939998568e880db90992c5e670a1 (patch)
treea0219eef9ac636ad535060a28e62ac1e8e4b74a3
parent9531f0b942963c7c6d40b04196c8e49e729e76c5 (diff)
downloadvmdb2-c463ee73a8ce939998568e880db90992c5e670a1.tar.gz
Removed additional apt-get update
-rw-r--r--vmdb/plugins/qemudebootstrap_plugin.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/vmdb/plugins/qemudebootstrap_plugin.py b/vmdb/plugins/qemudebootstrap_plugin.py
index 3400474..2fa7c00 100644
--- a/vmdb/plugins/qemudebootstrap_plugin.py
+++ b/vmdb/plugins/qemudebootstrap_plugin.py
@@ -53,7 +53,6 @@ class QemuDebootstrapStepRunner(vmdb.StepRunnerInterface):
'--components', ','.join(components), suite,
target,
mirror])
- vmdb.runcmd_chroot(target, ['apt-get', 'update'])
else:
vmdb.runcmd(
['qemu-debootstrap',