Changeset 559f774 for BOOK/bootable/x86
- Timestamp:
- Jul 2, 2014, 5:02:48 PM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- c5afbba
- Parents:
- 6948cba
- git-author:
- William Harrington <kb0iic@…> (07/02/14 17:00:35)
- git-committer:
- William Harrington <kb0iic@…> (07/02/14 17:02:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/x86/kernel.xml
r6948cba r559f774 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"> … … 132 132 <para os="v">Issue the following command to install the kernel:</para> 133 133 134 <screen><userinput>cp -v arch/i386/boot/bzImage /boot/vmlinuz-clfs-&linux-version; </userinput></screen>134 <screen><userinput>cp -v arch/i386/boot/bzImage /boot/vmlinuz-clfs-&linux-version;-&linux-version2;</userinput></screen> 135 135 136 136 <para os="w"><filename>System.map</filename> is a symbol file for the kernel. … … 139 139 kernel. Issue the following command to install the map file:</para> 140 140 141 <screen os="w1"><userinput>cp -v System.map /boot/System.map-&linux-version; </userinput></screen>141 <screen os="w1"><userinput>cp -v System.map /boot/System.map-&linux-version;-&linux-version2;</userinput></screen> 142 142 143 143 <para os="x">The kernel configuration file <filename>.config</filename> … … 146 146 It is a good idea to keep this file for future reference:</para> 147 147 148 <screen os="x1"><userinput>cp -v .config /boot/config-&linux-version; </userinput></screen>148 <screen os="x1"><userinput>cp -v .config /boot/config-&linux-version;-&linux-version2;</userinput></screen> 149 149 150 150 <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.