Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
builconfig: add (failing) regression test for issue#655
This commit adds a failing regression test for the following customization: ```toml [[customizations.filesystem]] mountpoint = "/" minsize = 1000 ``` which yields an error now: ``` 2024/09/24 09:08:34 error: cannot build manifest: cannot read config: cannot decode "/config.toml": unknown keys found: [customizations.filesystem.mountpoint customizations.filesystem.minsize customizations.filesystem.mountpoint customizations.filesystem.minsize] ```
- Loading branch information