]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
kernel-install: note that 90-loaderentry will also use /usr/lib/k/cmdline
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Tue, 16 Mar 2021 16:39:56 +0000 (17:39 +0100)
committerнаб <nabijaczleweli@nabijaczleweli.xyz>
Sun, 5 Dec 2021 15:44:48 +0000 (16:44 +0100)
man/kernel-install.xml

index 37eefe256e90b309256d19f4f0a71e11dfbfde2a..e60e4ace82812087aab22cc763bc34d57559bad2 100644 (file)
       </varlistentry>
       <varlistentry>
         <term>
+          <filename>/usr/lib/kernel/cmdline</filename>
           <filename>/etc/kernel/cmdline</filename>
           <filename>/proc/cmdline</filename>
         </term>
           <listitem>
             <para>Read by <filename>90-loaderentry.install</filename>. The content of the file
             <filename>/etc/kernel/cmdline</filename> specifies the kernel command line to use.  If that file does not
-            exist, <filename>/proc/cmdline</filename> is used.</para>
+            exist, <filename>/usr/lib/kernel/cmdline</filename> is used.  If that also does not exist,
+            <filename>/proc/cmdline</filename> is used.</para>
           </listitem>
       </varlistentry>
       <varlistentry>