Changeset da9613e in clfs-sysroot for BOOK/bootable
- Timestamp:
- Jul 22, 2006, 3:12:30 PM (18 years ago)
- Branches:
- master
- Children:
- 18a01d6
- Parents:
- 30531b9
- Location:
- BOOK/bootable
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/arm/kernel.xml
r30531b9 rda9613e 106 106 <para os="v">Issue the following command to install the kernel:</para> 107 107 108 <screen><userinput>cp arch/i386/boot/bzImage${CLFS}/boot/clfskernel-&linux-version;</userinput></screen>108 <screen><userinput>cp vmlinux ${CLFS}/boot/clfskernel-&linux-version;</userinput></screen> 109 109 110 110 <para os="w"><filename>System.map</filename> is a symbol file for the kernel. … … 120 120 It is a good idea to keep this file for future reference:</para> 121 121 122 <screen os=" x1"><userinput>cp .config ${CLFS}/boot/config-&linux-version;</userinput></screen>122 <screen os="y"><userinput>cp .config ${CLFS}/boot/config-&linux-version;</userinput></screen> 123 123 124 124 <warning os="z">
Note:
See TracChangeset
for help on using the changeset viewer.