From 79e217300fdba7bd9f4c78d994a743e0a247f47c Mon Sep 17 00:00:00 2001 From: Holger Mueller Date: Thu, 5 Jul 2018 12:17:21 +0200 Subject: Fix: add "apt-get update" also to qemudebootstrap --- vmdb/plugins/qemudebootstrap_plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vmdb/plugins/qemudebootstrap_plugin.py b/vmdb/plugins/qemudebootstrap_plugin.py index 561ca35..7d7acad 100644 --- a/vmdb/plugins/qemudebootstrap_plugin.py +++ b/vmdb/plugins/qemudebootstrap_plugin.py @@ -52,3 +52,4 @@ class QemuDebootstrapStepRunner(vmdb.StepRunnerInterface): '--components', ','.join(components), suite, target, mirror]) + vmdb.runcmd_chroot(target, ['apt-get', 'update']) -- cgit v1.2.1