Changeset 930f404 for bootable/x86
- Timestamp:
- Feb 21, 2006, 1:10:29 AM (19 years ago)
- Children:
- 3ae6751
- Parents:
- d5bc3a8
- Location:
- bootable/x86
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bootable/x86/grub.xml
rd5bc3a8 r930f404 104 104 title LFS &version; 105 105 root (hd0,3) 106 kernel /boot/lfskernel-&linux- x86-version; root=/dev/hda4</literal>106 kernel /boot/lfskernel-&linux-version; root=/dev/hda4</literal> 107 107 EOF</userinput></screen> 108 108 -
bootable/x86/kernel.xml
rd5bc3a8 r930f404 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux- x86-version;</title>11 <title>Linux-&linux-version;</title> 12 12 13 13 <indexterm zone="ch-bootable-kernel"> … … 121 121 <para os="v">Issue the following command to install the kernel:</para> 122 122 123 <screen><userinput>cp arch/i386/boot/bzImage /boot/lfskernel-&linux- x86-version;</userinput></screen>123 <screen><userinput>cp arch/i386/boot/bzImage /boot/lfskernel-&linux-version;</userinput></screen> 124 124 125 125 <para os="w"><filename>System.map</filename> is a symbol file for the kernel. … … 128 128 kernel. Issue the following command to install the map file:</para> 129 129 130 <screen ><userinput>cp System.map /boot/System.map-&linux-x86-version;</userinput></screen>130 <screen os="w1"><userinput>cp System.map /boot/System.map-&linux-version;</userinput></screen> 131 131 132 132 <para os="x">The kernel configuration file <filename>.config</filename> … … 135 135 It is a good idea to keep this file for future reference:</para> 136 136 137 <screen ><userinput>cp .config /boot/config-&linux-x86-version;</userinput></screen>137 <screen os="x1"><userinput>cp .config /boot/config-&linux-version;</userinput></screen> 138 138 139 139 <para os="y">It is important to note that the files in the kernel source … … 150 150 source.</para> 151 151 152 <para >If the kernel source tree is going to retained, run152 <para os="y1">If the kernel source tree is going to retained, run 153 153 <command>chown -R 0:0</command> on the <filename 154 class="directory">linux-&linux- x86-version;</filename> directory to154 class="directory">linux-&linux-version;</filename> directory to 155 155 ensure all files are owned by user <systemitem 156 156 class="username">root</systemitem>.</para>
Note:
See TracChangeset
for help on using the changeset viewer.