diff options
author | Abderrahim Kitouni <abderrahim.kitouni@codethink.co.uk> | 2023-09-18 17:03:38 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-09-19 01:37:37 +0200 |
commit | aefdc1124f19e8799a84e8a047e768223493bea1 (patch) | |
tree | ccaa74ed3bd1e147ca4f99bfd6364e9e528eeaa4 /man/kernel-install.xml | |
parent | path: make arg_pager_flags static (diff) | |
download | systemd-aefdc1124f19e8799a84e8a047e768223493bea1.tar.xz systemd-aefdc1124f19e8799a84e8a047e768223493bea1.zip |
man: update version information
As I noticed a lot of missing information when trying to implement checking
for missing info. I reimplemented the version information script to be more
robust, and here is the result.
Follow up to ec07c3c80b2b1bfa6788500202006ff85f5ae4f4
Diffstat (limited to 'man/kernel-install.xml')
-rw-r--r-- | man/kernel-install.xml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/man/kernel-install.xml b/man/kernel-install.xml index 9a21fd65e8..a109a1be38 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -139,7 +139,7 @@ <para>If <varname>$KERNEL_INSTALL_LAYOUT</varname> is not "uki", this plugin does nothing.</para></listitem> </itemizedlist> - <xi:include href="version-info.xml" xpointer="v241"/> + <xi:include href="version-info.xml" xpointer="v198"/> </listitem> </varlistentry> <varlistentry> @@ -172,7 +172,7 @@ </para></listitem> </itemizedlist> - <xi:include href="version-info.xml" xpointer="v203"/> + <xi:include href="version-info.xml" xpointer="v198"/> </listitem> </varlistentry> <varlistentry> @@ -182,7 +182,7 @@ values of the various <varname>$KERNEL_INSTALL_*</varname> environment variables listed below.</para> - <xi:include href="version-info.xml" xpointer="v254"/> + <xi:include href="version-info.xml" xpointer="v251"/> </listitem> </varlistentry> @@ -337,6 +337,8 @@ kernel and initrds under <filename>$BOOT/<replaceable>ENTRY-TOKEN</replaceable>/<replaceable>KERNEL-VERSION</replaceable>/</filename></para> <para>Implemented by <filename>90-loaderentry.install</filename>.</para> + + <xi:include href="version-info.xml" xpointer="v250"/> </listitem> </varlistentry> <varlistentry> @@ -357,6 +359,8 @@ <term>other</term> <listitem> <para>Some other layout not understood natively by <command>kernel-install</command>.</para> + + <xi:include href="version-info.xml" xpointer="v250"/> </listitem> </varlistentry> <varlistentry> @@ -441,7 +445,7 @@ exist, <filename>/proc/cmdline</filename> is used. <varname>$KERNEL_INSTALL_CONF_ROOT</varname> may be used to override the path.</para> - <xi:include href="version-info.xml" xpointer="v250"/> + <xi:include href="version-info.xml" xpointer="v198"/> </listitem> </varlistentry> <varlistentry> @@ -497,7 +501,7 @@ If available, <varname>PRETTY_NAME=</varname> is read from these files and used as the title of the boot menu entry. Otherwise, <literal>Linux <replaceable>KERNEL-VERSION</replaceable></literal> will be used.</para> - <xi:include href="version-info.xml" xpointer="v215"/> + <xi:include href="version-info.xml" xpointer="v198"/> </listitem> </varlistentry> <varlistentry> |