Changeset 392ab6d


Ignore:
Timestamp:
01/03/2005 04:24:47 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
4f61f8f
Parents:
a52c8c2
Message:

Updated multi-arch to testing r4461.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra52c8c2 r392ab6d  
    2121<itemizedlist>
    2222<listitem><para>Automake 1.9.3</para></listitem>
    23 <listitem><para>Binutils 2.15.92.0.2</para></listitem>
     23<listitem><para>Binutils 2.15.94.0.2</para></listitem>
    2424<listitem><para>File 4.12</para></listitem>
    2525<listitem><para>Findutils 4.2.3</para></listitem>
     
    6464</listitem>
    6565
     66<listitem><para>December 25, 2004 [jeremy]: Added text suggested by MSB,
     67closing Bug 943</para></listitem>
     68
     69<listitem><para>December 25, 2004 [jeremy]: Upgraded binutils to 2.14.94.0.2 -
     70should fix the TLS strip issue that's been seen, at least on X86</para></listitem>
     71
    6672<listitem><para>December 22, 2004 [manuel]: Readded to chapter09/reboot.xml a para lost
    6773from version 5.1.</para></listitem>
  • chapter02/creatingpartition.xml

    ra52c8c2 r392ab6d  
    88<?dbhtml filename="creatingpartition.html"?>
    99
    10 <para>In order to build a new Linux system, space is required in the
    11 form of an empty disk partition. If the computer does not have a free
    12 partition or room on any of the hard disks to make one, LFS can be
    13 built on the same partition where the current distribution is
    14 installed.</para>
    15 
    16 <note><para>This advanced procedure is not recommended
    17 for your first LFS installation, but if you are short on
    18 disk space the following document can be helpful: <ulink
    19 url="&hints-root;lfs_next_to_existing_systems.txt"><phrase
    20 condition="pdf">http://www.linuxfromscratch.org/hints/downloads/files/
    21 lfs_next_to_existing_systems.txt</phrase></ulink>.</para></note>
     10<!--Edit Me-->
     11<para>Like most other operating systems, LFS is usually installed on
     12a dedicated partition.  If you have an empty partition or enough
     13unpartitioned space on one of your hard disks to make one, using this
     14for your LFS installation is recommended.  However, an LFS system (in
     15fact even multiple LFS systems) may also be installed on a partition
     16already occupied by another operating system and the different systems
     17will co-exist peacefully.  The document
     18<ulink url="&hints-root;/lfs_next_to_existing_systems.txt"/> explains
     19how to implement this, whereas this book discusses the method of
     20using a fresh partition for the installation.</para>
     21<!--End Edit Me-->
    2222
    2323<para>A minimal system requires a partition of around 1.3 gigabytes
  • general.ent

    ra52c8c2 r392ab6d  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "6.1-testing-20042122">
     2<!ENTITY version "6.1-testing-20042125">
    33<!ENTITY version-x86 "&version;-x86">
    44<!ENTITY version-raq2 "&version;-RaQ2">
    55<!ENTITY version-ppc "&version;-PowerPC">
    6 <!ENTITY releasedate "December 22, 2004">
     6<!ENTITY releasedate "December 25, 2004">
    77<!ENTITY milestone "6.1">
    88
     
    2222<!ENTITY automake-version "1.9.3">
    2323<!ENTITY bash-version "3.0">
    24 <!ENTITY binutils-version "2.15.92.0.2">
     24<!ENTITY binutils-version "2.15.94.0.2">
    2525<!ENTITY bison-version "1.875a">
    2626<!ENTITY blfs-bootscripts-version "20041104">
Note: See TracChangeset for help on using the changeset viewer.