docs: add rhel90 filesystem support release note

This commit is contained in:
Gianluca Zuccarelli 2021-08-24 14:51:07 +01:00 committed by Tom Gundersen
parent a198b292b5
commit 4f4cb012d5
7 changed files with 14177 additions and 49 deletions

View file

@ -9,12 +9,12 @@ mountpoint = "/"
size = 2147483648
```
The following `mountpoints` are supported:
In addition to the root mountpoint, `/`, the following `mountpoints` and their sub-directories are supported:
- `/var`
- `/var/*`
- `/home`
- `/opt`
- `/srv`
- `/usr`
- `/`
- `/app`
- `/data`

View file

@ -0,0 +1,20 @@
# Add custom file system support for RHEL 9.0
The `weldr` api has been extended to support custom file systems for RHEL 9.0.
Filesystem `mountpoints` and minimum partition `size` can be set under blueprint customizations, as below:
```toml
[[customizations.filesystem]]
mountpoint = "/"
size = 2147483648
```
In addition to the root mountpoint, `/`, the following `mountpoints` and their sub-directories are supported:
- `/var`
- `/home`
- `/opt`
- `/srv`
- `/usr`
- `/app`
- `/data`