docs: add rhel85 filesystem support release note

This commit is contained in:
Gianluca Zuccarelli 2021-08-19 12:55:15 +01:00 committed by Tom Gundersen
parent 280e1b6e3d
commit b885b37333

View file

@ -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`
- `/`