Changeset 0b2e09e for BOOK/bootable
- Timestamp:
- Sep 25, 2006, 10:43:37 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 1ad19d5
- Parents:
- b40bbd5
- Location:
- BOOK/bootable
- Files:
-
- 5 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/mips64-chapter.xml
rb40bbd5 r0b2e09e 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/fstab.xml"/> 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips /kernel.xml"/>16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/kernel.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/arcload.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/colo.xml"/> -
BOOK/bootable/ppc64/kernel.xml
rb40bbd5 r0b2e09e 33 33 href="../x86/kernel.xml" 34 34 xpointer="xpointer(//*[@os='p2'])"/> 35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../x86_64/kernel.xml" 38 xpointer="xpointer(//*[@os='s1'])"/> 39 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 41 href="../x86_64/kernel.xml" 42 xpointer="xpointer(//*[@os='s2'])"/> 35 43 36 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootable/x86_64-64-chapter.xml
rb40bbd5 r0b2e09e 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/fstab.xml"/> 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64 /kernel.xml"/>16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/kernel.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/lilo.xml"/> 18 18 -
BOOK/bootable/x86_64/kernel.xml
rb40bbd5 r0b2e09e 33 33 href="../x86/kernel.xml" 34 34 xpointer="xpointer(//*[@os='p2'])"/> 35 36 <para os="s1">The following sed moves /lib/modules to /lib64/modules to keep 37 our consistency of using /lib for 32-Bit and /lib64 for 64-Bit:</para> 38 39 <screen os="s2"><userinput>sed -i 's@/lib/modules/@/lib64/modules/@g' Makefile</userinput></screen> 35 40 36 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.