aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/kernel.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r--chapter08/kernel.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index d955625d7..75f9f63f7 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -209,7 +209,9 @@ File systems --->
the automatic setup of the boot process described in the next section. The
following command assumes an x86 architecture:</para>
-<screen><userinput remap="install">cp -v arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen>
+<screen revision="sysv"><userinput remap="install">cp -v arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen>
+
+<screen revision="systemd"><userinput remap="install">cp -v arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&versiond;</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,
@@ -318,8 +320,9 @@ EOF</userinput></screen>
<seglistitem>
<seg>config-&linux-version;,
- vmlinuz-&linux-version;-lfs-&version;, and
- System.map-&linux-version;</seg>
+ <phrase revision="sysv">vmlinuz-&linux-version;-lfs-&version;,</phrase>
+ <phrase revision="systemd">vmlinuz-&linux-version;-lfs-&versiond;,</phrase>
+ and System.map-&linux-version;</seg>
<seg>/lib/modules, /usr/share/doc/linux-&linux-version;</seg>
</seglistitem>
</segmentedlist>
@@ -340,7 +343,8 @@ EOF</userinput></screen>
</varlistentry>
<varlistentry id="lfskernel">
- <term><filename>vmlinuz-&linux-version;-lfs-&version;</filename></term>
+ <term revision="sysv"><filename>vmlinuz-&linux-version;-lfs-&version;</filename></term>
+ <term revision="systemd"><filename>vmlinuz-&linux-version;-lfs-&versiond;</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.