diff --git a/docs/user-guide/01-blueprint-reference.md b/docs/user-guide/01-blueprint-reference.md index 0302aefe12..c9b9fabc26 100644 --- a/docs/user-guide/01-blueprint-reference.md +++ b/docs/user-guide/01-blueprint-reference.md @@ -1047,7 +1047,7 @@ in the repository configuration. **GPG keys are not imported to the RPM database ### Partitioning mode 🔵 🟤 {#partitioning-mode} -_See the section of the guide on [Partitioning](partitioning) for more details._ +_See the section of the guide on [Partitioning](./07-partitioning.md) for more details._ The `customizations.partitioning_mode` variable can be used to select how the disk image will be partitioned. `auto-lvm` will use raw unless there are one or @@ -1085,7 +1085,7 @@ partitioning_mode = "lvm" ### Filesystems 🔵 🟤 🟣 {#filesystems} -_See the section of the guide on [Partitioning](partitioning) for more details._ +_See the section of the guide on [Partitioning](./07-partitioning.md) for more details._ The blueprints can be extended to provide filesytem support. Currently the `mountpoint` and minimum partition `minsize` can be set. On `RHEL-8`, custom mountpoints are supported only since version `8.5`. For older `RHEL` versions, only the root mountpoint, `/`, is supported, the size argument being an alias for the image size.