Changeset 8abdee4


Ignore:
Timestamp:
Feb 10, 2012, 2:35:48 AM (12 years ago)
Author:
Jonathan Norman <jon@…>
Branches:
clfs-1.2
Children:
8ba9f15
Parents:
bcb91ad (diff), c89c360 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

CLFS 1.2.0 Release

Location:
BOOK
Files:
2 added
14 edited

Legend:

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

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

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

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

    rbcb91ad r8abdee4  
    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"/>
    1718  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/util-linux.xml"/>
    1819  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/e2fsprogs-libs.xml"/>
     
    2728  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/yaboot-build.xml"/>
    2829  <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"/>
    2931  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/>
    3032  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bootscripts.xml"/>
  • BOOK/boot/ppc64/e2fsprogs.xml

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

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

    rbcb91ad r8abdee4  
    186186        <listitem>
    187187          <para>Is used to check, and optionally repair <systemitem
    188           class="filesystem">ext2</systemitem> file systems and <systemitem
    189           class="filesystem">ext3</systemitem> file systems</para>
     188          class="filesystem">ext2</systemitem>, <systemitem
     189          class="filesystem">ext3</systemitem> and <systemitem
     190          class="filesystem">ext4</systemitem>file systems</para>
    190191          <indexterm zone="ch-system-e2fsprogs e2fsck">
    191192            <primary sortas="b-e2fsck">e2fsck</primary>
     
    328329        <term><command>mke2fs</command></term>
    329330        <listitem>
    330           <para>Creates an <systemitem class="filesystem">ext2</systemitem>
    331           or <systemitem class="filesystem">ext3</systemitem> file system on
    332           the given device</para>
     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>
    333334          <indexterm zone="ch-system-e2fsprogs mke2fs">
    334335            <primary sortas="b-mke2fs">mke2fs</primary>
  • BOOK/final-system/common/iputils.xml

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

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

    rbcb91ad r8abdee4  
    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>
    3868
    3969  <listitem>
  • BOOK/introduction/ppc64/changelog.xml

    rbcb91ad r8abdee4  
    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
    3566    <listitem>
    3667      <para>January 20, 2012</para>
  • BOOK/prologue/common/hostreqs.xml

    rbcb91ad r8abdee4  
    5353
    5454    <listitem>
    55       <para><emphasis role="strong">Gawk-3.0</emphasis></para>
     55      <para><emphasis role="strong">Gawk-3.1.5</emphasis></para>
    5656    </listitem>
    5757
    5858    <listitem>
    59       <para><emphasis role="strong">Gcc-2.95.3</emphasis> (Versions
     59      <para><emphasis role="strong">GCC 4.1</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.79.1</emphasis></para>
     83      <para><emphasis role="strong">Make-3.80</emphasis></para>
    8484    </listitem>
    8585
  • BOOK/temp-system/common/grep.xml

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

    rbcb91ad r8abdee4  
    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="ppc64/choose.xml"/>
     44  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/choose.xml"/>
    4545
    4646</chapter>
Note: See TracChangeset for help on using the changeset viewer.