summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-09-06 10:46:23 +0300
committerLars Wirzenius <liw@liw.fi>2020-09-06 10:46:23 +0300
commitde81d116d21d74bf41ab1f0fd022c19a9224692c (patch)
treea48ac9256c743c4f69273ab6b4cebff727e3344d
parent2eea3d163d251a120258335df8ef5e894fcea7ce (diff)
downloadick-contractor-de81d116d21d74bf41ab1f0fd022c19a9224692c.tar.gz
fix(worker.vmdb): mount virtual filesystems after debootstrap
Usually it works the original way for me, but not always. The new way is correct.
-rw-r--r--worker.vmdb4
1 files 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