Changes in / [8abdee4:bcb91ad]


Ignore:
Location:
BOOK
Files:
2 deleted
14 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/64/createfiles.xml

    r8abdee4 rbcb91ad  
    2020<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,sleep,stty} ${CLFS}/bin
    2121ln -sv /tools/bin/file ${CLFS}/usr/bin
    22 ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
    2322ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib
    2423ln -sv /tools/lib/libstd*so* ${CLFS}/usr/lib
  • BOOK/boot/mips64/createfiles.xml

    r8abdee4 rbcb91ad  
    1717<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,sleep,stty} ${CLFS}/bin
    1818ln -sv /tools/bin/file ${CLFS}/usr/bin
    19 ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
    2019ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib
    2120ln -sv /tools/lib32/libgcc_s.so{,.1} ${CLFS}/usr/lib32
  • BOOK/boot/multilib/createfiles.xml

    r8abdee4 rbcb91ad  
    1717<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,sleep,stty} ${CLFS}/bin
    1818ln -sv /tools/bin/file ${CLFS}/usr/bin
    19 ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
    2019ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib
    2120ln -sv /tools/lib64/libgcc_s.so{,.1} ${CLFS}/usr/lib64
  • BOOK/boot/ppc64-chapter.xml

    r8abdee4 rbcb91ad  
    1515  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/creatingdirs.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/createfiles.xml"/>
    17   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/util-linux-32.xml"/>
    1817  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/util-linux.xml"/>
    1918  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/e2fsprogs-libs.xml"/>
     
    2827  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/yaboot-build.xml"/>
    2928  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/settingenviron.xml"/>
    30   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/flags.xml"/>
    3129  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/>
    3230  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bootscripts.xml"/>
  • BOOK/boot/ppc64/e2fsprogs.xml

    r8abdee4 rbcb91ad  
    6868    xpointer="xpointer(//*[@os='f'])"/>
    6969
    70 <screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \
    71     LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid" libs
    72 make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" LIBBLKID="-lblkid" \
    73     STATIC_LIBBLKID="-lblkid" LDFLAGS="-Wl,-rpath,/tools/lib64" -C e2fsck/</userinput></screen>
     70    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     71    href="../64/e2fsprogs.xml"
     72    xpointer="xpointer(//*[@os='g'])"/>
    7473
    75     <para os="i">Install the e2fsck binary:</para>
     74    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     75    href="../common/e2fsprogs.xml"
     76    xpointer="xpointer(//*[@os='i'])"/>
    7677
    77 <screen os="j"><userinput>make install -C e2fsck</userinput></screen>
     78    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     79    href="../common/e2fsprogs.xml"
     80    xpointer="xpointer(//*[@os='j'])"/>
    7881
    7982    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/common/coreutils.xml

    r8abdee4 rbcb91ad  
    6666    for a few files to allow this:</para>
    6767
    68 <screen os="m"><userinput>chown -Rv dummy config.log {gnulib-tests,lib,src,tests}</userinput></screen>
     68<screen os="m"><userinput>chown -Rv dummy config.log {gnulib-tests,lib,src}</userinput></screen>
    6969
    7070    <para os="n">Then run the remainder of the tests as the
  • BOOK/final-system/common/e2fsprogs.xml

    r8abdee4 rbcb91ad  
    186186        <listitem>
    187187          <para>Is used to check, and optionally repair <systemitem
    188           class="filesystem">ext2</systemitem>, <systemitem
    189           class="filesystem">ext3</systemitem> and <systemitem
    190           class="filesystem">ext4</systemitem>file systems</para>
     188          class="filesystem">ext2</systemitem> file systems and <systemitem
     189          class="filesystem">ext3</systemitem> file systems</para>
    191190          <indexterm zone="ch-system-e2fsprogs e2fsck">
    192191            <primary sortas="b-e2fsck">e2fsck</primary>
     
    329328        <term><command>mke2fs</command></term>
    330329        <listitem>
    331           <para>Creates an <systemitem class="filesystem">ext2</systemitem>,
    332           <systemitem class="filesystem">ext3</systemitem> or <systemitem
    333           class="filesystem">ext4</systemitem> file system on the given device</para>
     330          <para>Creates an <systemitem class="filesystem">ext2</systemitem>
     331          or <systemitem class="filesystem">ext3</systemitem> file system on
     332          the given device</para>
    334333          <indexterm zone="ch-system-e2fsprogs mke2fs">
    335334            <primary sortas="b-mke2fs">mke2fs</primary>
  • BOOK/final-system/common/iputils.xml

    r8abdee4 rbcb91ad  
    3737    <para os="a">Compile the package:</para>
    3838
    39 <screen os="b"><userinput>make IPV4_TARGETS="tracepath ping rdisc clockdiff rdisc" \
     39<screen os="b"><userinput>make IPV4_TARGETS="tracepath ping rdisc clockdiff" \
    4040    IPV6_TARGETS="tracepath6 traceroute6"</userinput></screen>
    4141
  • BOOK/general.ent

    r8abdee4 rbcb91ad  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY month "02"> <!-- Use two digits -->
    4 <!ENTITY month_name "February">
    5 <!ENTITY day "10"> <!-- Use two digits -->
     3<!ENTITY month "01"> <!-- Use two digits -->
     4<!ENTITY month_name "January">
     5<!ENTITY day "20"> <!-- Use two digits -->
    66<!ENTITY year "2012"> <!-- Use four digits -->
    77
     
    1111<!ENTITY minor-version "2">
    1212<!ENTITY extra-version "0">
    13 <!ENTITY generic-version "Final"> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" -->
     13<!ENTITY generic-version "RC2"> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" -->
    1414
    15 <!ENTITY version "&major-version;.&minor-version;.&extra-version;">
     15<!ENTITY version "&major-version;.&minor-version;.&extra-version;-&generic-version;">
    1616
    1717<!ENTITY version-x86 "&version;-x86">
  • BOOK/introduction/common/changelog.xml

    r8abdee4 rbcb91ad  
    3636    </listitem>
    3737-->
    38 
    39   <listitem>
    40     <para>Febuary 9, 2012</para>
    41     <itemizedlist>
    42       <listitem>
    43         <para>[Jonathan] - Updated the minimum versions of GCC, Gawk and Make required.</para>
    44       </listitem>
    45     </itemizedlist>
    46   </listitem>
    47 
    48   <listitem>
    49     <para>Febuary 5, 2012</para>
    50     <itemizedlist>
    51       <listitem>
    52         <para>[Jonathan] - Added rdisc to IPutils make command.</para>
    53       </listitem>
    54       <listitem>
    55         <para>[Jonathan] - Added missing agetty and blkid links in the boot method.</para>
    56       </listitem>
    57     </itemizedlist>
    58   </listitem>
    59 
    60   <listitem>
    61     <para>Febuary 4, 2012</para>
    62     <itemizedlist>
    63       <listitem>
    64         <para>[Jonathan] - Fixed permissions issue when running tests on Coreutils as the dummy user.</para>
    65       </listitem>
    66     </itemizedlist>
    67   </listitem>
    6838
    6939  <listitem>
  • BOOK/introduction/ppc64/changelog.xml

    r8abdee4 rbcb91ad  
    3333
    3434-->
    35 
    36     <listitem>
    37       <para>Febuary 6, 2012</para>
    38       <itemizedlist>
    39         <listitem>
    40           <para>[Jonathan] - Fixed e2fsprogs 64bit in the boot section.</para>
    41         </listitem>
    42       </itemizedlist>
    43     </listitem>
    44 
    45     <listitem>
    46       <para>Febuary 5, 2012</para>
    47       <itemizedlist>
    48         <listitem>
    49           <para>[Jonathan] - Added build flags to the boot section.</para>
    50         </listitem>
    51         <listitem>
    52           <para>[Jonathan] - Added Util-Linux 32bit to boot method.</para>
    53         </listitem>
    54       </itemizedlist>
    55     </listitem>
    56 
    57     <listitem>
    58       <para>January 30, 2012</para>
    59       <itemizedlist>
    60         <listitem>
    61           <para>[Jonathan] - Updated the Chroot or Boot section.</para>
    62         </listitem>
    63       </itemizedlist>
    64     </listitem>
    65 
    6635    <listitem>
    6736      <para>January 20, 2012</para>
  • BOOK/prologue/common/hostreqs.xml

    r8abdee4 rbcb91ad  
    5353
    5454    <listitem>
    55       <para><emphasis role="strong">Gawk-3.1.5</emphasis></para>
     55      <para><emphasis role="strong">Gawk-3.0</emphasis></para>
    5656    </listitem>
    5757
    5858    <listitem>
    59       <para><emphasis role="strong">GCC 4.1</emphasis> (Versions
     59      <para><emphasis role="strong">Gcc-2.95.3</emphasis> (Versions
    6060      greater than &gcc-version; are not recommended as they have not
    6161      been tested)</para>
     
    8181
    8282    <listitem>
    83       <para><emphasis role="strong">Make-3.80</emphasis></para>
     83      <para><emphasis role="strong">Make-3.79.1</emphasis></para>
    8484    </listitem>
    8585
  • BOOK/temp-system/common/grep.xml

    r8abdee4 rbcb91ad  
    2424
    2525    <para os="t1">When cross compiling, the <command>configure</command> script
    26     does not determine the correct values for the following. Set the values
    27     manually:</para>
     26    does not determine the correct values for the following.
     27    Set the values manually:</para>
    2828
    2929<screen os="t2"><userinput>cat &gt; config.cache &lt;&lt; EOF
  • BOOK/temp-system/ppc64-chapter.xml

    r8abdee4 rbcb91ad  
    4242  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/vim.xml"/>
    4343  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/xz.xml"/>
    44   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/choose.xml"/>
     44  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/choose.xml"/>
    4545
    4646</chapter>
Note: See TracChangeset for help on using the changeset viewer.