Ignore:
Timestamp:
Feb 21, 2006, 1:10:29 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
055aa17
Parents:
8d930368
Message:

r724@server (orig r722): manuel | 2005-11-19 09:59:45 -0800
Unifiying linux and linux-libc-headers package version entities. Bootable chapter.

File:
1 edited

Legend:

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

    r8d930368 r43daa01  
    99  <?dbhtml filename="kernel.html"?>
    1010
    11   <title>Linux-&linux-x86-version;</title>
     11  <title>Linux-&linux-version;</title>
    1212
    1313  <indexterm zone="ch-bootable-kernel">
     
    121121    <para os="v">Issue the following command to install the kernel:</para>
    122122
    123 <screen><userinput>cp arch/i386/boot/bzImage /boot/lfskernel-&linux-x86-version;</userinput></screen>
     123<screen><userinput>cp arch/i386/boot/bzImage /boot/lfskernel-&linux-version;</userinput></screen>
    124124
    125125    <para os="w"><filename>System.map</filename> is a symbol file for the kernel.
     
    128128    kernel. Issue the following command to install the map file:</para>
    129129
    130 <screen><userinput>cp System.map /boot/System.map-&linux-x86-version;</userinput></screen>
     130<screen os="w1"><userinput>cp System.map /boot/System.map-&linux-version;</userinput></screen>
    131131
    132132    <para os="x">The kernel configuration file <filename>.config</filename>
     
    135135    It is a good idea to keep this file for future reference:</para>
    136136
    137 <screen><userinput>cp .config /boot/config-&linux-x86-version;</userinput></screen>
     137<screen os="x1"><userinput>cp .config /boot/config-&linux-version;</userinput></screen>
    138138
    139139    <para os="y">It is important to note that the files in the kernel source
     
    150150    source.</para>
    151151
    152     <para>If the kernel source tree is going to retained, run
     152    <para os="y1">If the kernel source tree is going to retained, run
    153153    <command>chown -R 0:0</command> on the <filename
    154     class="directory">linux-&linux-x86-version;</filename> directory to
     154    class="directory">linux-&linux-version;</filename> directory to
    155155    ensure all files are owned by user <systemitem
    156156    class="username">root</systemitem>.</para>
Note: See TracChangeset for help on using the changeset viewer.