Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
blueprint: fix filesystem minsize toml key
The toml tag for customizations.filesystem.minsize was incorrectly set to size. In osbuild-composer this was already changed to minsize [1]. The blueprint implementation in this repo is used directly in bootc-image-builder, so the tags affect how the config is parsed by that tool. Our blueprint reference for bootc-image-builder also uses `minsize` [2]. Let's finally unify the config everywhere. [1] osbuild/osbuild-composer#3783 [2] https://osbuild.org/docs/user-guide/blueprint-reference/#filesystems
- Loading branch information