]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: clarify the format used by sd-boot config files
authorLennart Poettering <lennart@poettering.net>
Mon, 21 Mar 2022 23:13:10 +0000 (00:13 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 21 Mar 2022 23:22:07 +0000 (00:22 +0100)
man/loader.conf.xml

index 1186d3e2b48435b89ea7aeed653d3116ab25f606..bfa4e2da90a34624e2d89c83f1630e7806b0a139 100644 (file)
     defined by <ulink url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification</ulink>.
     </para>
 
-    <para>Each configuration file must consist of an option name, followed by
-    whitespace, and the option value. <literal>#</literal> may be used to start
-    a comment line. Empty and comment lines are ignored.</para>
+    <para>Each of these configuration files must consist of series of newline (i.e. ASCII code 10) separated
+    lines, each consisting of an option name, followed by whitespace, and the option
+    value. <literal>#</literal> may be used to start a comment line. Empty and comment lines are ignored. The
+    files use UTF-8 encoding.</para>
 
     <para>Boolean arguments may be written as
     <literal>yes</literal>/<literal>y</literal>/<literal>true</literal>/<literal>t</literal>/<literal>on</literal>/<literal>1</literal> or