]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/kernel-install: document missing $KERNEL_INSTALL_IMAGE_TYPE
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Wed, 20 Sep 2023 07:35:37 +0000 (09:35 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 20 Sep 2023 09:23:20 +0000 (10:23 +0100)
Available since https://github.com/systemd/systemd/commit/3d5f0bfe

man/kernel-install.xml

index a109a1be3855733be65868b47978d7266512bf38..0bf3dfd5596e001f635456b73ce44777163ee827 100644 (file)
       <para>If <option>--verbose</option> is used, <varname>$KERNEL_INSTALL_VERBOSE=1</varname> will be
       exported for plugins. They may output additional logs in this case.</para>
 
+      <para><varname>$KERNEL_INSTALL_IMAGE_TYPE=uki|pe|unknown</varname> is set for the plugins to specify the
+      type of the kernel image.</para>
+
+      <variablelist>
+        <varlistentry>
+          <term>uki</term>
+          <listitem>
+            <para>Unified kernel image.</para>
+
+            <xi:include href="version-info.xml" xpointer="v254"/>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term>pe</term>
+          <listitem>
+            <para>PE binary.</para>
+
+            <xi:include href="version-info.xml" xpointer="v254"/>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term>unknown</term>
+          <listitem>
+            <para>Unknown type.</para>
+
+            <xi:include href="version-info.xml" xpointer="v254"/>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+
       <para><varname>$KERNEL_INSTALL_MACHINE_ID</varname> is set for the plugins to the desired machine-id to
       use. It's always a 128-bit ID. Normally it's read from <filename>/etc/machine-id</filename>, but it can
       also be overridden via <varname>$MACHINE_ID</varname> (see below). If not specified via these methods,