From de81d116d21d74bf41ab1f0fd022c19a9224692c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 6 Sep 2020 10:46:23 +0300 Subject: fix(worker.vmdb): mount virtual filesystems after debootstrap Usually it works the original way for me, but not always. The new way is correct. --- worker.vmdb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker.vmdb b/worker.vmdb index 264f7b8..5db8407 100644 --- a/worker.vmdb +++ b/worker.vmdb @@ -18,8 +18,6 @@ steps: - mount: / - - virtual-filesystems: / - - unpack-rootfs: / - debootstrap: buster @@ -27,6 +25,8 @@ steps: target: / unless: rootfs_unpacked + - virtual-filesystems: / + - apt: install packages: - linux-image-amd64 -- cgit v1.2.1