Changeset 1f2827e4


Ignore:
Timestamp:
12/26/2004 01:38:46 AM (19 years ago)
Author:
Jeremy Utley <jeremy@…>
Children:
c3f7012
Parents:
339a655
Message:

Added MSB's note on his rewritten hint. See bugzilla 943 for more info

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r339a655 r1f2827e4  
    6464</listitem>
    6565
     66<listitem><para>December 25, 2004 [jeremy]: Added text suggested by MSB,
     67closing Bug 943</para></listitem>
     68
    6669<listitem><para>December 25, 2004 [jeremy]: Upgraded binutils to 2.14.94.0.2 -
    6770should fix the TLS strip issue that's been seen, at least on X86</para></listitem>
     
    7073from version 5.1.</para></listitem>
    7174
    72 >>>>>>> .r4453
    7375<listitem><para>December 20, 2004 [manuel]: Made Grub's configuration location
    7476FHS compliant.</para></listitem>
  • chapter02/creatingpartition.xml

    r339a655 r1f2827e4  
    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
Note: See TracChangeset for help on using the changeset viewer.