# Alloy bootc install configuration. # # Declares the root filesystem type used when the image is installed # to disk. Without this, bootc-image-builder fails with # "missing required info: DefaultRootFs" and any consumer has to pass # --rootfs on the CLI. xfs matches Fedora bootc's own default. [install.filesystem.root] type = "xfs"