]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: base64 is not hex
authorLennart Poettering <lennart@poettering.net>
Tue, 18 Mar 2025 10:40:14 +0000 (11:40 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 18 Mar 2025 12:13:15 +0000 (12:13 +0000)
man/veritytab.xml

index 7d17e80b0bb580ca14b7211fe4bf227208c47594..74b757a961eeb349ed40d03f902c1c33140806b8 100644 (file)
@@ -213,11 +213,11 @@ This is based on crypttab(5).
       </varlistentry>
 
       <varlistentry>
-        <term><option>root-hash-signature=<replaceable>PATH</replaceable>|base64:<replaceable>HEX</replaceable></option></term>
+        <term><option>root-hash-signature=<replaceable>PATH</replaceable>|base64:<replaceable>BASE64</replaceable></option></term>
 
-        <listitem><para>A base64 string encoding the root hash signature prefixed by <literal>base64:</literal> or a
-        path to roothash signature file used to verify the root hash (in kernel). This feature requires Linux kernel
-        version 5.4 or more recent.</para>
+        <listitem><para>A base64 string encoding the root hash signature prefixed by
+        <literal>base64:</literal> or an absolute path to a root hash signature file used to verify the root
+        hash (in kernel). This feature requires Linux kernel version 5.4 or more recent.</para>
 
         <xi:include href="version-info.xml" xpointer="v248"/></listitem>
       </varlistentry>