Ignore:
Timestamp:
10/15/2021 10:21:18 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
57e2684d
Parents:
0b5f7d87 (diff), fa32551 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge upstream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    r0b5f7d87 r08a6368  
    259259    following command assumes an x86 architecture:</para>
    260260
    261 <screen revision="sysv"><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen>
    262 
    263 <screen revision="systemd"><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&versiond;</userinput></screen>
     261<screen><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen>
    264262
    265263    <para><filename>System.map</filename> is a symbol file for the kernel.
     
    370368      <seglistitem>
    371369        <seg>config-&linux-version;,
    372         <phrase revision="sysv">vmlinuz-&linux-version;-lfs-&version;,</phrase>
    373         <phrase revision="systemd">vmlinuz-&linux-version;-lfs-&versiond;,</phrase>
     370        vmlinuz-&linux-version;-lfs-&version;,
    374371        and System.map-&linux-version;</seg>
    375372        <seg>/lib/modules, /usr/share/doc/linux-&linux-version;</seg>
     
    393390
    394391      <varlistentry id="lfskernel">
    395         <term revision="sysv"><filename>vmlinuz-&linux-version;-lfs-&version;</filename></term>
    396         <term revision="systemd"><filename>vmlinuz-&linux-version;-lfs-&versiond;</filename></term>
     392        <term><filename>vmlinuz-&linux-version;-lfs-&version;</filename></term>
    397393        <listitem>
    398394          <para>The engine of the Linux system. When turning on the computer,
Note: See TracChangeset for help on using the changeset viewer.