Changeset 308a04c for BOOK/boot/mips


Ignore:
Timestamp:
Feb 21, 2006, 1:21:56 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:
1d165f4
Parents:
19a6071
Message:

r776@server (orig r774): jim | 2005-11-29 12:05:02 -0800

r826@server: jim | 2005-11-29 11:03:18 -0800
Text updates to boot section


Location:
BOOK/boot/mips
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/mips/colo-build.xml

    r19a6071 r308a04c  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen><userinput>cd tools/elf2rfx
     29<screen os="aa"><userinput>cd tools/elf2rfx
    3030make CC=gcc
    3131cd ../..
     
    3636    xpointer="xpointer(//*[@os='b'])"/>
    3737
    38 <screen os="c"><userinput>cp chain/colo-chain.elf ${LFS}/boot/vmlinux
     38<screen os="ab"><userinput>cp chain/colo-chain.elf ${LFS}/boot/vmlinux
    3939gzip -9 ${LFS}/boot/vmlinux</userinput></screen>
    4040
  • BOOK/boot/mips/colo.xml

    r19a6071 r308a04c  
    2828  xpointer="xpointer(//*[@os='d'])"/>
    2929
    30 <screen><userinput>cat &gt; ${LFS}/boot/default.colo &lt;&lt; "EOF"
     30<screen os="aa"><userinput>cat &gt; ${LFS}/boot/default.colo &lt;&lt; "EOF"
    3131#:CoLo:#
    3232#
  • BOOK/boot/mips/module-init-tools.xml

    r19a6071 r308a04c  
    4343    xpointer="xpointer(//*[@os='c'])"/>
    4444
    45 <screen><userinput>./configure --prefix=/ \
    46    --host=${LFS_TARGET}</userinput></screen>
     45    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     46    href="../common/module-init-tools.xml"
     47    xpointer="xpointer(//*[@os='d'])"/>
    4748
    4849    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    5051    xpointer="xpointer(//*[@os='e'])"/>
    5152
    52 <screen os="f"><userinput>make LDFLAGS="-s"</userinput></screen>
     53    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     54    href="../common/module-init-tools.xml"
     55    xpointer="xpointer(//*[@os='f'])"/>
    5356
    5457    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    5659    xpointer="xpointer(//*[@os='h'])"/>
    5760
    58 <screen os="i"><userinput>make DESTDIR="${LFS}" install</userinput></screen>
     61    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     62    href="../common/module-init-tools.xml"
     63    xpointer="xpointer(//*[@os='i'])"/>
    5964
    6065  </sect2>
Note: See TracChangeset for help on using the changeset viewer.