Changeset 930f404 for bootable/ppc
- Timestamp:
- Feb 21, 2006, 1:10:29 AM (19 years ago)
- Children:
- 3ae6751
- Parents:
- d5bc3a8
- Location:
- bootable/ppc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bootable/ppc/kernel.xml
rd5bc3a8 r930f404 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux- ppc-version;</title>11 <title>Linux-&linux-version;</title> 12 12 13 13 <indexterm zone="ch-bootable-kernel"> … … 110 110 xpointer="xpointer(//*[@os='v'])"/> 111 111 112 <screen><userinput>cp vmlinux /boot/lfskernel-&linux- ppc-version;</userinput></screen>112 <screen><userinput>cp vmlinux /boot/lfskernel-&linux-version;</userinput></screen> 113 113 114 114 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 116 116 xpointer="xpointer(//*[@os='w'])"/> 117 117 118 <screen><userinput>cp System.map /boot/System.map-&linux-ppc-version;</userinput></screen> 118 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 119 href="../x86/kernel.xml" 120 xpointer="xpointer(//*[@os='w1'])"/> 119 121 120 122 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 122 124 xpointer="xpointer(//*[@os='x'])"/> 123 125 124 <screen><userinput>cp .config /boot/config-&linux-ppc-version;</userinput></screen> 126 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 127 href="../x86/kernel.xml" 128 xpointer="xpointer(//*[@os='x1'])"/> 125 129 126 130 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 128 132 xpointer="xpointer(//*[@os='y'])"/> 129 133 130 <para>If the kernel source tree is going to retained, run 131 <command>chown -R 0:0</command> on the <filename 132 class="directory">linux-&linux-ppc-version;</filename> directory to 133 ensure all files are owned by user <systemitem 134 class="username">root</systemitem>.</para> 134 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 135 href="../x86/kernel.xml" 136 xpointer="xpointer(//*[@os='y1'])"/> 135 137 136 138 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
bootable/ppc/yaboot.xml
rd5bc3a8 r930f404 96 96 # For all images, the pathname is relative to the filesystem 97 97 # on which they are mounted. 98 image=/boot/lfskernel-&linux- ppc-version;98 image=/boot/lfskernel-&linux-version; 99 99 label=&version; 100 100 read-only</literal>
Note:
See TracChangeset
for help on using the changeset viewer.