lxc / distrobuilder

System container image builder for LXC and Incus
https://linuxcontainers.org
Apache License 2.0
548 stars 163 forks source link

Required tool "btrfs" is missing #872

Open 53845714nF opened 3 days ago

53845714nF commented 3 days ago

If I do this: distrobuilder build-incus --vm --debug ubuntu -o image.release=jammy

I get the following error: Failed to check VM dependencies: Required tool "btrfs" is missing.

What does it mean, do I need a btrfs filesystem?

stgraber commented 3 days ago

It means you need the btrfs tool which is usually part of btrfs-progs or a similarly named package.