Changeset 07c7a8d


Ignore:
Timestamp:
01/05/2005 05:56:39 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
9288c84
Parents:
4f61f8f
Message:

Updated multi-arch to testing r4493.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r4f61f8f r07c7a8d  
    6464</listitem>
    6565
     66<listitem><para>January 5, 2005 [jeremy]: Minor textual correction in network
     67configuration, since iproute will not recognize the old eth0:1 format for
     68ip aliasing. Closes bug 1013.</para></listitem>
     69
     70<listitem><para>January 5, 2005 [jeremy]: Added the --disable-selinux parameter
     71to Ch 5 glibc.  Allows building from hosts which use SELinux functionality,
     72like Fedora Core 3</para></listitem>
     73
    6674<listitem><para>December 25, 2004 [jeremy]: Added text suggested by MSB,
    6775closing Bug 943</para></listitem>
  • chapter05/glibc.xml

    r4f61f8f r07c7a8d  
    6868    --disable-profile --enable-add-ons \
    6969    --enable-kernel=2.6.0 --with-binutils=/tools/bin \
    70     --without-gd --without-cvs --with-headers=/tools/include</userinput></screen>
     70    --without-gd --without-cvs --with-headers=/tools/include \
     71    --disable-selinux</userinput></screen>
    7172
    7273<beginpage/>
     
    123124kernel has and can optimize itself accordingly.</para></listitem>
    124125</varlistentry>
     126
     127<!-- Edit Me -->
     128<varlistentry>
     129<term><parameter>--disable-selinux</parameter></term>
     130<listitem><para>When building from hosts using SELinux functionality
     131(i.e. Fedora Core 3), glibc will try to integrate this functionality into
     132itself, but will fail, because we do not have this functionality in the LFS
     133tools enviornment.  This option will disable this, allowing glibc to build
     134correctly, but will not otherwise affect the build.</para></listitem>
     135</varlistentry>
     136<!-- -->
    125137</variablelist>
    126138
  • chapter07/network.xml

    r4f61f8f r07c7a8d  
    2424<title>Creating Network Interface Configuration Files</title>
    2525
     26<!-- Edit Me -->
    2627<para>Which interfaces are brought up and down by the network script
    27 depends on the files in the <filename
    28 class="directory">/etc/sysconfig/network-devices</filename> directory.
    29 This directory should contain files in the form of
    30 <filename>ifconfig.xyz</filename>, where <quote>xyz</quote> is a
    31 network interface name (such as eth0 or eth0:1).</para>
     28depends on the files and directories in the <filename
     29class="directory">/etc/sysconfig/network-devices</filename> hierarchy.
     30This directory should contain a directory for each interface to be configured,
     31such as <filename>ifconfig.xyz</filename>, where <quote>xyz</quote> is a
     32network interface name. Inside this directory would be files defining
     33the attributes to this interface, such as its IP address(es), subnet
     34masks, and so forth.</para>
     35<!-- -->
    3236
    3337<para>If the <filename
  • general.ent

    r4f61f8f r07c7a8d  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "6.1-testing-20042125">
     2<!ENTITY version "6.1-testing-20050105">
    33<!ENTITY version-x86 "&version;-x86">
    44<!ENTITY version-raq2 "&version;-RaQ2">
    55<!ENTITY version-ppc "&version;-PowerPC">
    6 <!ENTITY releasedate "December 25, 2004">
     6<!ENTITY releasedate "January 5, 2005">
    77<!ENTITY milestone "6.1">
    88
  • prologue/bookinfo.xml

    r4f61f8f r07c7a8d  
    1717
    1818<copyright id="copyright">
    19         <year>1999&ndash;2004</year>
     19        <year>1999&ndash;2005</year>
    2020        <holder>Gerard Beekmans</holder>
    2121</copyright>
    2222
    2323<legalnotice>
    24 <para>Copyright (c) 1999&ndash;2004, Gerard Beekmans</para>
     24<para>Copyright (c) 1999&ndash;2005, Gerard Beekmans</para>
    2525
    2626<para>All rights reserved.</para>
Note: See TracChangeset for help on using the changeset viewer.