elemental-toolkit/pkg/config
Fredrik Lönnegren 48651071c9 Add snapshotter.type flag to build-disk command
When building a disk image we do not specify the snapshotter, which
configures the expansion mechanism to set COS_STATE partition filesystem
to ext4.

The green flavor uses the btrfs snapshotter, which means when it boots
and tries to mount the COS_STATE partition it expects a btrfs
filesystem, but finds an ext4 one, which errors.

In this commit we add the --snapshotter.type flag to the build-disk
command and set the snapshotter in the Makefile accordingly.

Signed-off-by: Fredrik Lönnegren <fredrik.lonnegren@suse.com>
2025-09-30 10:58:50 +02:00
..
config.go Add snapshotter.type flag to build-disk command 2025-09-30 10:58:50 +02:00
config_suite_test.go
config_test.go