distrobuilder
distrobuilder copied to clipboard
Required tool "btrfs" is missing
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?
It means you need the btrfs tool which is usually part of btrfs-progs or a similarly named package.
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