28 lines
1.2 KiB
Diff
28 lines
1.2 KiB
Diff
From 18ed8dc523fcc68143869dfee2b6714a2b8b694e Mon Sep 17 00:00:00 2001
|
|
From: Yu Watanabe <watanabe.yu+github@gmail.com>
|
|
Date: Fri, 19 Sep 2025 20:24:06 +0900
|
|
Subject: [PATCH] man/repart: fix typo
|
|
|
|
Follow-up for 49dcc89ddc15651ebca8da7a13e5c5b08ec247cb.
|
|
|
|
(cherry picked from commit cbdbf68a7266c515db12c87542483b907fe7becf)
|
|
|
|
Related: RHEL-115813
|
|
---
|
|
man/repart.d.xml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/man/repart.d.xml b/man/repart.d.xml
|
|
index 61deae7b72..8e63a48d93 100644
|
|
--- a/man/repart.d.xml
|
|
+++ b/man/repart.d.xml
|
|
@@ -842,7 +842,7 @@
|
|
|
|
<listitem><para>Configures the list of PCRs to use for LUKS2 volumes configured with
|
|
the <varname>Encrypt=tpm2</varname> setting in partition files.
|
|
- This option take the same parameters as the similary named options to
|
|
+ This option take the same parameters as the similarly named options to
|
|
<citerefentry><refentrytitle>systemd-cryptenroll</refentrytitle><manvolnum>1</manvolnum></citerefentry>
|
|
and have the same effect on partitions where TPM2 enrollment is requested.
|
|
This option will be overridden by the global <varname>--tpm2-pcrs=</varname> option.</para>
|