Ignore:
Timestamp:
Jul 2, 2014, 5:13:40 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
894a975
Parents:
1e452cd
git-author:
William Harrington <kb0iic@…> (07/02/14 17:12:18)
git-committer:
William Harrington <kb0iic@…> (07/02/14 17:13:40)
Message:

Correction to previous commit, we want &linux-version2; entity where it is required. Do not use &linux-version; and &linux-version2; entities together. We just want Linux-3.14.10 where required, rather than LInux-3.14. And surely we do not want LInux-3.14-3.14.10.

File:
1 edited

Legend:

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

    r1e452cd r7349750  
    99  <?dbhtml filename="kernel.html"?>
    1010
    11   <title>Linux-&linux-version;-&linux-version2;</title>
     11  <title>Linux-&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;-&linux-version2;</userinput></screen>
     105<screen><userinput>cp -v arch/i386/boot/bzImage /boot/vmlinuz-clfs-&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;-&linux-version2;</userinput></screen>
     112<screen os="w1"><userinput>cp -v System.map /boot/System.map-&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;-&linux-version2;</userinput></screen>
     119<screen os="x1"><userinput>cp -v .config /boot/config-&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.