From 3c70d31061bd44f148720b6d94e20ac0abbc6e74 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 16 Feb 2022 19:36:51 +0200 Subject: fix --- v-i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1