diff --git a/docs/news/unreleased/rhel8.5-filesystem-support.md b/docs/news/unreleased/rhel8.5-filesystem-support.md new file mode 100644 index 000000000..84f36c464 --- /dev/null +++ b/docs/news/unreleased/rhel8.5-filesystem-support.md @@ -0,0 +1,20 @@ +# Add custom file system support for RHEL 8.5 + +The `weldr` api has been extended to support custom file systems for RHEL 8.5. +Filesystem `mountpoints` and minimum partition `size` can be set under blueprint customizations, as below: + +```toml +[[customizations.filesystem]] +mountpoint = "/" +size = 2147483648 +``` + +The following `mountpoints` are supported: + +- `/var` +- `/var/*` +- `/home` +- `/opt` +- `/srv` +- `/usr` +- `/` \ No newline at end of file