Changeset 43daa01 for BOOK/bootable/mips/kernel.xml
- Timestamp:
- Feb 21, 2006, 1:10:29 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 055aa17
- Parents:
- 8d930368
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/mips/kernel.xml
r8d930368 r43daa01 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux- mips-version;</title>11 <title>Linux-&linux-version;</title> 12 12 13 13 <indexterm zone="ch-bootable-kernel"> … … 116 116 xpointer="xpointer(//*[@os='v'])"/> 117 117 118 <screen><userinput>cp vmlinux /boot/vmlinux-&linux- mips-version;119 gzip -9 /boot/vmlinux-&linux- mips-version;</userinput></screen>118 <screen><userinput>cp vmlinux /boot/vmlinux-&linux-version; 119 gzip -9 /boot/vmlinux-&linux-version;</userinput></screen> 120 120 121 121 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 123 123 xpointer="xpointer(//*[@os='w'])"/> 124 124 125 <screen><userinput>cp System.map /boot/System.map-&linux-mips-version;</userinput></screen> 125 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 126 href="../x86/kernel.xml" 127 xpointer="xpointer(//*[@os='w1'])"/> 126 128 127 129 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 129 131 xpointer="xpointer(//*[@os='x'])"/> 130 132 131 <screen><userinput>cp .config /boot/config-&linux-mips-version;</userinput></screen> 133 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 134 href="../x86/kernel.xml" 135 xpointer="xpointer(//*[@os='x1'])"/> 132 136 133 137 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 135 139 xpointer="xpointer(//*[@os='y'])"/> 136 140 137 <para>If the kernel source tree is going to retained, run 138 <command>chown -R 0:0</command> on the <filename 139 class="directory">linux-&linux-mips-version;</filename> 140 directory to ensure all files are owned by user <systemitem 141 class="username">root</systemitem>.</para> 141 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 142 href="../x86/kernel.xml" 143 xpointer="xpointer(//*[@os='y1'])"/> 142 144 143 145 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.