Changeset e51ba26 for BOOK/bootable


Ignore:
Timestamp:
Sep 28, 2006, 5:36:02 AM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e2418ac
Parents:
1b30ca6
Message:

Added -v switches for kernel installation commands

File:
1 edited

Legend:

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

    r1b30ca6 re51ba26  
    100100    <para os="v">Issue the following command to install the kernel:</para>
    101101
    102 <screen><userinput>cp arch/i386/boot/bzImage /boot/clfskernel-&linux-version;</userinput></screen>
     102<screen><userinput>cp -v arch/i386/boot/bzImage /boot/clfskernel-&linux-version;</userinput></screen>
    103103
    104104    <para os="w"><filename>System.map</filename> is a symbol file for the kernel.
     
    107107    kernel. Issue the following command to install the map file:</para>
    108108
    109 <screen os="w1"><userinput>cp System.map /boot/System.map-&linux-version;</userinput></screen>
     109<screen os="w1"><userinput>cp -v System.map /boot/System.map-&linux-version;</userinput></screen>
    110110
    111111    <para os="x">The kernel configuration file <filename>.config</filename>
     
    114114    It is a good idea to keep this file for future reference:</para>
    115115
    116 <screen os="x1"><userinput>cp .config /boot/config-&linux-version;</userinput></screen>
     116<screen os="x1"><userinput>cp -v .config /boot/config-&linux-version;</userinput></screen>
    117117
    118118    <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.