]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document /usr/lib/modules/ paths as recommend copy source for kernel-install
authorLennart Poettering <lennart@poettering.net>
Mon, 6 Nov 2023 11:03:03 +0000 (12:03 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 7 Nov 2023 15:08:06 +0000 (16:08 +0100)
man/kernel-install.xml

index 0223b561f1ae11f58f160fb7c3caafa4d0f667d1..ee8c0069df7d2896f4ad08a3e733dc4764371e4b 100644 (file)
           <xi:include href="version-info.xml" xpointer="v255"/>
         </listitem>
       </varlistentry>
+
+      <varlistentry>
+        <term><filename>/usr/lib/modules/<replaceable>KERNEL-VERSION/</replaceable></filename></term>
+
+        <listitem>
+          <para>Location for installed kernel modules and other kernel related resources. For each locally
+          installed kernel a directory named after the kernel version (<command>uname -r</command>) is
+          kept.</para>
+
+          <xi:include href="version-info.xml" xpointer="v255"/>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><filename>/usr/lib/modules/<replaceable>KERNEL-VERSION/vmlinuz</replaceable></filename></term>
+
+        <listitem>
+          <para>Location for installed kernel images. This is the recommended location for OS package
+          managers to install kernel images into (as applicable), from which <command>kernel-install
+          add</command> then copies it into the final boot partition.</para>
+
+          <xi:include href="version-info.xml" xpointer="v255"/>
+        </listitem>
+      </varlistentry>
+
     </variablelist>
 
     <para>For various cases listed above, if the <varname>$KERNEL_INSTALL_CONF_ROOT</varname> environment