Changeset e51ba26
- Timestamp:
- Sep 28, 2006, 5:36:02 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e2418ac
- Parents:
- 1b30ca6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/x86/kernel.xml
r1b30ca6 re51ba26 100 100 <para os="v">Issue the following command to install the kernel:</para> 101 101 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> 103 103 104 104 <para os="w"><filename>System.map</filename> is a symbol file for the kernel. … … 107 107 kernel. Issue the following command to install the map file:</para> 108 108 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> 110 110 111 111 <para os="x">The kernel configuration file <filename>.config</filename> … … 114 114 It is a good idea to keep this file for future reference:</para> 115 115 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> 117 117 118 118 <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.