aboutsummaryrefslogtreecommitdiffstats
path: root/chapter10/kernel.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter10/kernel.xml')
-rw-r--r--chapter10/kernel.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml
index 0aec043ef..c19fc0339 100644
--- a/chapter10/kernel.xml
+++ b/chapter10/kernel.xml
@@ -227,7 +227,7 @@ File systems --->
<screen revision="sysv"><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen>
-<screen revision="systemd"><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&versiond;</userinput></screen>
+<screen revision="systemd"><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen>
<para><filename>System.map</filename> is a symbol file for the kernel.
It maps the function entry points of every function in the kernel API,
@@ -336,8 +336,7 @@ EOF</userinput></screen>
<seglistitem>
<seg>config-&linux-version;,
- <phrase revision="sysv">vmlinuz-&linux-version;-lfs-&version;,</phrase>
- <phrase revision="systemd">vmlinuz-&linux-version;-lfs-&versiond;,</phrase>
+ vmlinuz-&linux-version;-lfs-&version;
and System.map-&linux-version;</seg>
<seg>/lib/modules, /usr/share/doc/linux-&linux-version;</seg>
</seglistitem>
@@ -359,8 +358,7 @@ EOF</userinput></screen>
</varlistentry>
<varlistentry id="lfskernel">
- <term revision="sysv"><filename>vmlinuz-&linux-version;-lfs-&version;</filename></term>
- <term revision="systemd"><filename>vmlinuz-&linux-version;-lfs-&versiond;</filename></term>
+ <term><filename>vmlinuz-&linux-version;-lfs-&version;</filename></term>
<listitem>
<para>The engine of the Linux system. When turning on the computer,
the kernel is the first part of the operating system that gets loaded.