Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user-guide/01-blueprint-reference: fix links to partitioning #104

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/user-guide/01-blueprint-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down