Changeset 2744

Show
Ignore:
Timestamp:
09/28/06 12:35:31 (2 years ago)
Author:
chris@beaker67.com
Message:

Added -v switches for kernel installation commands

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/clfs-1.0/BOOK/bootable/x86/kernel.xml

    r2372 r2744  
    110110    <para os="v">Issue the following command to install the kernel:</para> 
    111111 
    112 <screen><userinput>cp arch/i386/boot/bzImage /boot/clfskernel-&linux-version;</userinput></screen> 
     112<screen><userinput>cp -v arch/i386/boot/bzImage /boot/clfskernel-&linux-version;</userinput></screen> 
    113113 
    114114    <para os="w"><filename>System.map</filename> is a symbol file for the kernel. 
     
    117117    kernel. Issue the following command to install the map file:</para> 
    118118 
    119 <screen os="w1"><userinput>cp System.map /boot/System.map-&linux-version;</userinput></screen> 
     119<screen os="w1"><userinput>cp -v System.map /boot/System.map-&linux-version;</userinput></screen> 
    120120 
    121121    <para os="x">The kernel configuration file <filename>.config</filename> 
     
    124124    It is a good idea to keep this file for future reference:</para> 
    125125 
    126 <screen os="x1"><userinput>cp .config /boot/config-&linux-version;</userinput></screen> 
     126<screen os="x1"><userinput>cp -v .config /boot/config-&linux-version;</userinput></screen> 
    127127 
    128128    <para os="y">It is important to note that the files in the kernel source