max / alloy_tui
| 1 | # Alloy bootc install configuration. |
| 2 | # |
| 3 | # Declares the root filesystem type used when the image is installed |
| 4 | # to disk. Without this, bootc-image-builder fails with |
| 5 | # "missing required info: DefaultRootFs" and any consumer has to pass |
| 6 | # --rootfs on the CLI. xfs matches Fedora bootc's own default. |
| 7 | |
| 8 | [install.filesystem.root] |
| 9 | type = "xfs" |
| 10 |