Changeset 43daa01 for BOOK/bootable/mips


Ignore:
Timestamp:
Feb 21, 2006, 1:10:29 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
055aa17
Parents:
8d930368
Message:

r724@server (orig r722): manuel | 2005-11-19 09:59:45 -0800
Unifiying linux and linux-libc-headers package version entities. Bootable chapter.

Location:
BOOK/bootable/mips
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/mips/colo.xml

    r8d930368 r43daa01  
    4141# load linux
    4242#
    43 lcd 'Booting &linux-mips-version;...'
    44 load vmlinux-&linux-mips-version;.gz
     43lcd 'Booting &linux-version;...'
     44load vmlinux-&linux-version;.gz
    4545execute root=/dev/hda2 console=ttyS0,115200 ide1=noprobe</literal>
    4646EOF</userinput></screen>
  • BOOK/bootable/mips/kernel.xml

    r8d930368 r43daa01  
    99  <?dbhtml filename="kernel.html"?>
    1010
    11   <title>Linux-&linux-mips-version;</title>
     11  <title>Linux-&linux-version;</title>
    1212
    1313  <indexterm zone="ch-bootable-kernel">
     
    116116    xpointer="xpointer(//*[@os='v'])"/>
    117117
    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;
     119gzip -9 /boot/vmlinux-&linux-version;</userinput></screen>
    120120
    121121    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    123123    xpointer="xpointer(//*[@os='w'])"/>
    124124
    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'])"/>
    126128
    127129    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    129131    xpointer="xpointer(//*[@os='x'])"/>
    130132
    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'])"/>
    132136
    133137    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    135139    xpointer="xpointer(//*[@os='y'])"/>
    136140
    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'])"/>
    142144
    143145    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.