Changeset 19a6071


Ignore:
Timestamp:
Feb 21, 2006, 1:21:43 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:
308a04c
Parents:
e8b64c7
Message:

r775@server (orig r773): jim | 2005-11-29 12:04:51 -0800

r825@server: jim | 2005-11-29 07:37:35 -0800
Text updates to chroot


Location:
BOOK
Files:
1 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • BOOK/chroot/common/util-linux.xml

    re8b64c7 r19a6071  
    4242    xpointer="xpointer(//*[@os='c'])"/>
    4343
    44 <screen><userinput>./configure</userinput></screen>
     44<screen os="cb"><userinput>./configure</userinput></screen>
    4545
    46     <para os="cb">Compile some support routines:</para>
     46    <para os="cc">Compile some support routines:</para>
    4747
    4848<screen os="cd"><userinput>make ARCH="" CPU="" -C lib</userinput></screen>
  • BOOK/chroot/mips/creatingdirs.xml

    re8b64c7 r19a6071  
    3535install -d /opt/{lib,man/man{1,2,3,4,5,6,7,8}}</userinput></screen>
    3636
    37    <para>These entries are needed for the RaQ2 bootloader. Only use these
     37   <para os="m1">These entries are needed for the RaQ2 bootloader. Only use these
    3838   if you are utilizing the Colo bootloader:</para>
    3939
    40 <screen><userinput>cd /boot
     40<screen os="m2"><userinput>cd /boot
    4141ln -sf . boot</userinput></screen>
    4242
  • BOOK/chroot/mips64-64-chapter.xml

    re8b64c7 r19a6071  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    15   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/util-linux.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/util-linux.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/kernfs.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/chroot.xml"/>
  • BOOK/chroot/mips64/creatingdirs.xml

    re8b64c7 r19a6071  
    3838ln -s ../lib/locale /usr/lib64</userinput></screen>
    3939
    40    <para>These entries are needed for the RaQ2 bootloader. Only use these
    41    if you are utilizing the Colo bootloader:</para>
     40  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     41  href="../mips/creatingdirs.xml"
     42  xpointer="xpointer(//*[@os='m1'])"/>
    4243
    43 <screen><userinput>cd /boot
    44 ln -sf . boot</userinput></screen>
     44  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     45  href="../mips/creatingdirs.xml"
     46  xpointer="xpointer(//*[@os='m2'])"/>
    4547
    4648  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/chroot/multilib/util-linux.xml

    re8b64c7 r19a6071  
    3535    xpointer="xpointer(//*[@os='c'])"/>
    3636
    37 <screen><userinput>CC="${CC} ${BUILD64}" ./configure</userinput></screen>
     37<screen os="cb"><userinput>CC="${CC} ${BUILD64}" ./configure</userinput></screen>
    3838
    3939    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    4040    href="../common/util-linux.xml"
    41     xpointer="xpointer(//*[@os='cb'])"/>
     41    xpointer="xpointer(//*[@os='cc'])"/>
    4242
    4343    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/chroot/sparc64-64-chapter.xml

    re8b64c7 r19a6071  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    15   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/util-linux.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/util-linux.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/kernfs.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/chroot.xml"/>
  • BOOK/chroot/x86_64-64-chapter.xml

    re8b64c7 r19a6071  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    15   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/util-linux.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/util-linux.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/kernfs.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/chroot.xml"/>
  • BOOK/introduction/common/changelog.xml

    re8b64c7 r19a6071  
    3838
    3939   <listitem>
    40       <para>November 28 2005</para>
     40      <para>November 29, 2005</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jim] - Text updates to chroot.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48   <listitem>
     49      <para>November 28, 2005</para>
    4150      <itemizedlist>
    4251        <listitem>
     
    5362
    5463   <listitem>
    55       <para>November 27 2005</para>
     64      <para>November 27, 2005</para>
    5665      <itemizedlist>
    5766        <listitem>
     
    6574
    6675   <listitem>
    67       <para>November 25 2005</para>
     76      <para>November 25, 2005</para>
    6877      <itemizedlist>
    6978        <listitem>
     
    7483
    7584    <listitem>
    76       <para>November 24 2005</para>
     85      <para>November 24, 2005</para>
    7786      <itemizedlist>
    7887        <listitem>
Note: See TracChangeset for help on using the changeset viewer.