distrobuilder icon indicating copy to clipboard operation
distrobuilder copied to clipboard

Required tool "btrfs" is missing

Open 53845714nF opened this issue 1 year ago • 1 comments

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?

53845714nF avatar Jul 02 '24 12:07 53845714nF

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

stgraber avatar Jul 02 '24 14:07 stgraber

Ok, this solves this Problem I have to install the following: apt install btrfs-progs qemu-utils Then use the lxc-ci

And run the build with this command: distrobuilder build-incus --vm images/ubuntu.yaml -o image.release=jammy

53845714nF avatar Jul 23 '24 15:07 53845714nF