Ignore:
Timestamp:
Jul 2, 2014, 5:12:18 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
684aab1
Parents:
c5afbba
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

    rc5afbba r7f8996d  
    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">
     
    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;-&linux-version2;</userinput></screen>
     134<screen><userinput>cp -v arch/i386/boot/bzImage /boot/vmlinuz-clfs-&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;-&linux-version2;</userinput></screen>
     141<screen os="w1"><userinput>cp -v System.map /boot/System.map-&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;-&linux-version2;</userinput></screen>
     148<screen os="x1"><userinput>cp -v .config /boot/config-&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.