Changeset ea8f9e2


Ignore:
Timestamp:
08/08/2007 06:51:02 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
63add56
Parents:
1bd7fd4
Message:

Merge r8294-r8297, r8299 and r8302 from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8303 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r1bd7fd4 rea8f9e2  
    7171          <para>[jhuntwork] - Since we're using HJL Binutils, add m4, bison and flex
    7272          back to chatper 5.</para>
     73        </listitem>
     74        <listitem>
     75          <para>[dnicholson] - Clarify the description of the Udev persistent
     76          network rules file.</para>
     77        </listitem>
     78        <listitem>
     79          <para>[dnicholson] - Redirected <filename
     80          class="devicefile">/dev/tty</filename> to standard input when
     81          running the Bash testsuite to prevent errors with terminal
     82          permissions.</para>
     83        </listitem>
     84      </itemizedlist>
     85    </listitem>
     86
     87    <listitem>
     88      <para>2007-08-07</para>
     89      <itemizedlist>
     90        <listitem>
     91          <para>[dnicholson] - Added the <parameter>--disable-werror</parameter>
     92          parameter to Binutils Pass 1.</para>
    7393        </listitem>
    7494        <listitem>
  • chapter06/bash.xml

    r1bd7fd4 rea8f9e2  
    8282
    8383    <para>Now, run the tests as the <systemitem
    84     class="username">nobody</systemitem> user:</para>
     84    class="username">nobody</systemitem> user, ensuring that the standard
     85    input device is readable:</para>
    8586
    86 <screen><userinput>su-tools nobody -s /bin/bash -c "make tests"</userinput></screen>
     87<screen><userinput>su-tools nobody -s /bin/bash -c "make tests" &lt;/dev/tty</userinput></screen>
    8788
    8889    <para>Install the package:</para>
  • chapter06/pkgmgt.xml

    r1bd7fd4 rea8f9e2  
    3737
    3838  <para>There are some hints written on the topic of package management. Visit
    39   the <ulink url="&hints-root;">Hints subproject</ulink> and see if one of them
     39  the <ulink url="&hints-index;">Hints Project</ulink> and see if one of them
    4040  fits your need.</para>
    4141
     
    222222
    223223      <para>This scheme, unique to LFS, was devised by Matthias Benkmann, and is
    224       available from the <ulink url="&hints-root;">Hints Project</ulink>. In
     224      available from the <ulink url="&hints-index;">Hints Project</ulink>. In
    225225      this scheme, each package is installed as a separate user into the
    226226      standard locations. Files belonging to a package are easily identified by
  • chapter07/network.xml

    r1bd7fd4 rea8f9e2  
    4747<screen><userinput>cat /etc/udev/rules.d/70-persistent-net.rules</userinput></screen>
    4848
    49     <para>Each NIC takes up two lines in the file. The first line is a
    50     description of the NIC itself, showing its hardware IDs (e.g. its PCI
    51     vendor and device IDs, if it's a PCI card), along with its driver in
    52     parentheses, if the driver can be found. This line is a comment; neither
     49    <para>The file begins with a comment block followed by two lines for each
     50    NIC. The first line for each NIC is a commented description showing its
     51    hardware IDs (e.g. its PC vendor and device IDs, if it's a PCI card),
     52    along with its driver in parentheses, if the driver can be found. Neither
    5353    the hardware ID nor the driver is used to determine which name to give an
    5454    interface. The second line is the Udev rule that matches this NIC and
Note: See TracChangeset for help on using the changeset viewer.