summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-02-16 19:36:51 +0200
committerLars Wirzenius <liw@liw.fi>2022-06-21 16:04:32 +0300
commit3c70d31061bd44f148720b6d94e20ac0abbc6e74 (patch)
tree924899052d5713bba4a974c4ae55343adce640cc
parent56d4f5605724931e7ce5c58f5783b3cf6d98feff (diff)
downloadv-i-3c70d31061bd44f148720b6d94e20ac0abbc6e74.tar.gz
fix
-rwxr-xr-xv-i2
1 files changed, 1 insertions, 1 deletions
diff --git a/v-i b/v-i
index f166e8b..0e38cc6 100755
--- a/v-i
+++ b/v-i
@@ -323,6 +323,7 @@ def vmdb_spec(system, ansible_vars):
# vmdb2 won't do that automatically for you.
unpack_rootfs("root"),
debootstrap("root"),
+ virtual_filesystems("root"),
apt(
"root",
[
@@ -341,7 +342,6 @@ def vmdb_spec(system, ansible_vars):
# If we didn't unpack an existing cache archive, make one now.
# Otherwise, skip this step.
cache_rootfs("root"),
- virtual_filesystems("root"),
# Mount /boot on top of the root file system. This MUST be done after the
# debootstrap step: otherwise the root file system isn't empty, and then
# debootstrap fails.