Changeset 2744
- Timestamp:
- 09/28/06 12:35:31 (2 years ago)
- Files:
-
- branches/clfs-1.0/BOOK/bootable/x86/kernel.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/clfs-1.0/BOOK/bootable/x86/kernel.xml
r2372 r2744 110 110 <para os="v">Issue the following command to install the kernel:</para> 111 111 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> 113 113 114 114 <para os="w"><filename>System.map</filename> is a symbol file for the kernel. … … 117 117 kernel. Issue the following command to install the map file:</para> 118 118 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> 120 120 121 121 <para os="x">The kernel configuration file <filename>.config</filename> … … 124 124 It is a good idea to keep this file for future reference:</para> 125 125 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> 127 127 128 128 <para os="y">It is important to note that the files in the kernel source
