The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/distrobuilder/pull/288
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
From 34de2cf2a4bcc15dcdf56774d7c9282a1d8c713a Mon Sep 17 00:00:00 2001 From: Thomas Hipp <thomas.h...@canonical.com> Date: Fri, 21 Feb 2020 09:28:28 +0100 Subject: [PATCH] main: Add more VM dependencies Signed-off-by: Thomas Hipp <thomas.h...@canonical.com> --- distrobuilder/main_lxd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrobuilder/main_lxd.go b/distrobuilder/main_lxd.go index 839ad5f..b2f51c4 100644 --- a/distrobuilder/main_lxd.go +++ b/distrobuilder/main_lxd.go @@ -323,7 +323,7 @@ func (c *cmdLXD) run(cmd *cobra.Command, args []string, overlayDir string) error } func (c *cmdLXD) checkVMDependencies() error { - dependencies := []string{"btrfs", "qemu-img", "rsync", "sgdisk"} + dependencies := []string{"btrfs", "mkfs.ext4", "mkfs.vfat", "qemu-img", "rsync", "sgdisk"} for _, dep := range dependencies { _, err := exec.LookPath(dep)
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel