Ignore:
Timestamp:
Jul 2, 2014, 5:00:35 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
1e452cd
Parents:
96222eb
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

    r96222eb r87c0d57  
    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">
     
    103103    <para os="v">Issue the following command to install the kernel:</para>
    104104
    105 <screen><userinput>cp -v arch/i386/boot/bzImage /boot/vmlinuz-clfs-&linux-version;</userinput></screen>
     105<screen><userinput>cp -v arch/i386/boot/bzImage /boot/vmlinuz-clfs-&linux-version;-&linux-version2;</userinput></screen>
    106106
    107107    <para os="w"><filename>System.map</filename> is a symbol file for the kernel.
     
    110110    kernel. Issue the following command to install the map file:</para>
    111111
    112 <screen os="w1"><userinput>cp -v System.map /boot/System.map-&linux-version;</userinput></screen>
     112<screen os="w1"><userinput>cp -v System.map /boot/System.map-&linux-version;-&linux-version2;</userinput></screen>
    113113
    114114    <para os="x">The kernel configuration file <filename>.config</filename>
     
    117117    It is a good idea to keep this file for future reference:</para>
    118118
    119 <screen os="x1"><userinput>cp -v .config /boot/config-&linux-version;</userinput></screen>
     119<screen os="x1"><userinput>cp -v .config /boot/config-&linux-version;-&linux-version2;</userinput></screen>
    120120
    121121    <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.