Changeset 559f774 for BOOK/bootable/x86


Ignore:
Timestamp:
07/02/14 17:02:48 (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
c5afbba
Parents:
6948cba
git-author:
William Harrington <kb0iic@…> (07/02/14 17:00:35)
git-committer:
William Harrington <kb0iic@…> (07/02/14 17:02:48)
Message:

Add &linux-version2; entity to the required parts of the book that need the full kernel version rather than just the &linux-version; entity. I.E. 3.14.8 instead of 3.14

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/x86/kernel.xml

    r6948cba r559f774  
    99  <?dbhtml filename="kernel.html"?>
    1010
    11   <title>Linux-&linux-version;</title>
     11  <title>Linux-&linux-version;-&linux-version2;</title>
    1212
    1313  <indexterm zone="ch-bootable-kernel">
     
    132132    <para os="v">Issue the following command to install the kernel:</para>
    133133
    134 <screen><userinput>cp -v arch/i386/boot/bzImage /boot/vmlinuz-clfs-&linux-version;</userinput></screen>
     134<screen><userinput>cp -v arch/i386/boot/bzImage /boot/vmlinuz-clfs-&linux-version;-&linux-version2;</userinput></screen>
    135135
    136136    <para os="w"><filename>System.map</filename> is a symbol file for the kernel.
     
    139139    kernel. Issue the following command to install the map file:</para>
    140140
    141 <screen os="w1"><userinput>cp -v System.map /boot/System.map-&linux-version;</userinput></screen>
     141<screen os="w1"><userinput>cp -v System.map /boot/System.map-&linux-version;-&linux-version2;</userinput></screen>
    142142
    143143    <para os="x">The kernel configuration file <filename>.config</filename>
     
    146146    It is a good idea to keep this file for future reference:</para>
    147147
    148 <screen os="x1"><userinput>cp -v .config /boot/config-&linux-version;</userinput></screen>
     148<screen os="x1"><userinput>cp -v .config /boot/config-&linux-version;-&linux-version2;</userinput></screen>
    149149
    150150    <para os="y">It is important to note that the files in the kernel source
Note: See TracChangeset for help on using the changeset viewer.