Changeset d018b81 for BOOK/boot


Ignore:
Timestamp:
Jul 28, 2007, 7:43:26 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
5ec7618f
Parents:
c304f4c
Message:

Several fixes for PDF look.

Location:
BOOK/boot
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/whatnext.xml

    rc304f4c rd018b81  
    2323  <table>
    2424    <title>Boot Methods</title>
    25     <tgroup cols="2" align="center">
    26       <colspec colname="Method"/>
    27       <colspec colname="Arch"/>
    28       <colspec colname="Link"/>
     25    <?dbfo table-width="6in" ?>
     26
     27    <tgroup cols="3">
     28
     29      <colspec colnum="1" colwidth="1in"   colname="Method"/>
     30      <colspec colnum="2" colwidth="2.5in" colname="Arch"/>
     31      <colspec colnum="3" colwidth="2.5in" colname="Link"/>
     32
    2933      <thead>
    3034        <row>
     
    3438        </row>
    3539      </thead>
     40
    3641      <tbody>
    3742        <row>
     
    4146        </row>
    4247      </tbody>
     48
    4349    </tgroup>
     50
    4451  </table>
    4552
  • BOOK/boot/mips64/flags.xml

    rc304f4c rd018b81  
    1616echo export BUILDN32=\""${BUILDN32}\"" &gt;&gt; ${CLFS}/root/.bash_profile
    1717echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ${CLFS}/root/.bash_profile
    18 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" &gt;&gt; ${CLFS}/root/.bash_profile</userinput></screen>
     18echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" &gt;&gt; \
     19    ${CLFS}/root/.bash_profile</userinput></screen>
    1920
    2021</sect1>
  • BOOK/boot/multilib/e2fsprogs.xml

    rc304f4c rd018b81  
    4343
    4444<screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \
    45 --enable-elf-shlibs --disable-evms --with-cc="${CC} ${BUILD64}" --with-linker=${LD} \
    46 --host=${CLFS_TARGET}</userinput></screen>
     45    --enable-elf-shlibs --disable-evms --with-cc="${CC} ${BUILD64}" \
     46    --with-linker=${LD} --host=${CLFS_TARGET}</userinput></screen>
    4747
    4848    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/ppc64/e2fsprogs.xml

    rc304f4c rd018b81  
    5555
    5656<screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \
    57 --enable-elf-shlibs --disable-evms --with-cc="${CC} ${BUILD64}" --with-linker=${LD} \
    58 --build=${CLFS_HOST} --host=${CLFS_TARGET} --cache-file=config.cache</userinput></screen>
     57    --enable-elf-shlibs --disable-evms --with-cc="${CC} ${BUILD64}" \
     58    --with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     59    --cache-file=config.cache</userinput></screen>
    5960
    6061    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/sparc64/flags.xml

    rc304f4c rd018b81  
    1515<screen><userinput>echo export BUILD32=\""${BUILD32}\"" &gt;&gt; ${CLFS}/root/.bash_profile
    1616echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ${CLFS}/root/.bash_profile
    17 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" &gt;&gt; ${CLFS}/root/.bash_profile</userinput></screen>
     17echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" &gt;&gt; \
     18    ${CLFS}/root/.bash_profile</userinput></screen>
    1819
    1920</sect1>
  • BOOK/boot/x86_64/flags.xml

    rc304f4c rd018b81  
    1515<screen><userinput>echo export BUILD32=\""${BUILD32}\"" &gt;&gt; ${CLFS}/root/.bash_profile
    1616echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ${CLFS}/root/.bash_profile
    17 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" &gt;&gt; ${CLFS}/root/.bash_profile</userinput></screen>
     17echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" &gt;&gt; \
     18    ${CLFS}/root/.bash_profile</userinput></screen>
    1819
    1920</sect1>
Note: See TracChangeset for help on using the changeset viewer.