Changeset 87c0d57 for BOOK/bootable/x86/kernel.xml
- Timestamp:
- Jul 3, 2014, 12:00:35 AM (10 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- 1e452cd
- Parents:
- 96222eb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/x86/kernel.xml
r96222eb r87c0d57 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux-version; </title>11 <title>Linux-&linux-version;-&linux-version2;</title> 12 12 13 13 <indexterm zone="ch-bootable-kernel"> … … 103 103 <para os="v">Issue the following command to install the kernel:</para> 104 104 105 <screen><userinput>cp -v arch/i386/boot/bzImage /boot/vmlinuz-clfs-&linux-version; </userinput></screen>105 <screen><userinput>cp -v arch/i386/boot/bzImage /boot/vmlinuz-clfs-&linux-version;-&linux-version2;</userinput></screen> 106 106 107 107 <para os="w"><filename>System.map</filename> is a symbol file for the kernel. … … 110 110 kernel. Issue the following command to install the map file:</para> 111 111 112 <screen os="w1"><userinput>cp -v System.map /boot/System.map-&linux-version; </userinput></screen>112 <screen os="w1"><userinput>cp -v System.map /boot/System.map-&linux-version;-&linux-version2;</userinput></screen> 113 113 114 114 <para os="x">The kernel configuration file <filename>.config</filename> … … 117 117 It is a good idea to keep this file for future reference:</para> 118 118 119 <screen os="x1"><userinput>cp -v .config /boot/config-&linux-version; </userinput></screen>119 <screen os="x1"><userinput>cp -v .config /boot/config-&linux-version;-&linux-version2;</userinput></screen> 120 120 121 121 <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.