Changeset d6c28f96


Ignore:
Timestamp:
06/30/2005 02:56:55 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
782446b
Parents:
ce88af3
Message:

Merged some tag/wording changes from trunk (r6219-r6221).

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rce88af3 rd6c28f96  
    8888</listitem>
    8989
     90<listitem><para>June 30th, 2005 [archaic]: Added a livecd-root entity.
     91</para></listitem>
     92
    9093<listitem><para>June 29th, 2005 [archaic]: Moved the host requirements page to
    9194the preface section of the book.</para></listitem>
  • chapter01/how.xml

    rce88af3 rd6c28f96  
    1616tools.</para>
    1717
    18 <para>As an alternative to installing an entire separate
    19 distribution onto your machine, you may wish to use the Linux From
    20 Scratch LiveCD. The CD works well as a host system, providing all
    21 the tools you need to successfully follow the instructions in this
    22 book. Additionally, it contains all the source packages, patches and
    23 a copy of this book. So once you have the CD, no network connection or
    24 additional downloads are necessary. For more information about the LFS
    25 LiveCD or to download a copy, visit
    26 <ulink url="http://linuxfromscratch.org/~jhuntwork/livecd/"/></para>
     18<para>As an alternative to installing an entire separate distribution onto your
     19machine, you may wish to use the Linux From Scratch LiveCD. The CD works well as
     20a host system, providing all the tools you need to successfully follow the
     21instructions in this book. Additionally, it contains all the source packages,
     22patches and a copy of this book. So once you have the CD, no network connection
     23or additional downloads are necessary. For more information about the LFS LiveCD
     24or to download a copy, visit <ulink url="&livecd-root;"/>.</para>
    2725
    2826<para><xref linkend="chapter-partitioning"/> of this book describes how
  • chapter08/kernel.xml

    rce88af3 rd6c28f96  
    6666information.</para>
    6767
    68 <note><para>When configuring the kernel, be sure to enable the
    69 <quote>Support for hot-pluggable devices</quote> option under the
    70 <quote>General Setup</quote> menu. This enables hotplug events that
    71 are used by <command>udev</command> to populate the <filename
    72 class="directory">/dev</filename> directory with device
    73 nodes.</para></note>
     68<note><para>When configuring the kernel, be sure to enable the <quote>Support
     69for hot-pluggable devices</quote> option under the <quote>General Setup</quote>
     70menu. This enables hotplug events that are used by <command>udev</command> to
     71populate the <filename class="directory">/dev</filename> directory with device
     72nodes. Likewise, enable the <quote>Virtual memory file system support</quote>
     73option under the <quote>File systems</quote>/<quote>Pseudo filesystems</quote>
     74menu. This enables the virtual filesystem that the <filename
     75class="directory">/dev</filename> directory will be mounted on.</para></note>
    7476
    7577<para>If desired, skip kernel configuration by copying the kernel
     
    8082configuration menus and create the kernel configuration from
    8183scratch.</para>
    82 
    83 <para>For POSIX-shared memory support, ensure that the kernel config
    84 option <quote>Virtual memory file system support</quote> is enabled.
    85 It resides within the <quote>File systems</quote> menu and is normally
    86 enabled by default.</para>
    8784
    8885<para>LFS Bootscripts make the assumption that both <quote>Support for Host-side
     
    140137
    141138<para>The path to the kernel image may vary depending on the platform
    142 being used. Issue the following command to install the kernel:</para>
     139being used. The following command assumes an x86 architecture:</para>
    143140
    144141<screen><userinput>cp arch/i386/boot/bzImage /boot/lfskernel-&linux-version;</userinput></screen>
  • general.ent

    rce88af3 rd6c28f96  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "TESTING-20050629">
    3 <!ENTITY releasedate "June 29, 2005">
     2<!ENTITY version "TESTING-20050630">
     3<!ENTITY releasedate "June 30, 2005">
    44<!ENTITY milestone "6.1">
    55<!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
     
    1212<!ENTITY patches-root "&lfs-root;patches/lfs/svn/testing/">
    1313<!ENTITY wiki-root "http://wiki.linuxfromscratch.org/">
     14<!ENTITY livecd-root "http://linuxfromscratch.org/~jhuntwork/livecd/">
    1415<!ENTITY test-results "http://linuxfromscratch.org/~archaic/logs-&generic-version;/">
    1516<!ENTITY errata "http://www.linuxfromscratch.org/lfs/view/errata-&generic-version;/">
  • prologue/errata.xml

    rce88af3 rd6c28f96  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-scatter-errata">
     6<sect1 id="pre-errata">
    77<title>Errata</title>
    88<?dbhtml filename="errata.html"?>
  • prologue/foreword.xml

    rce88af3 rd6c28f96  
    44  %general-entities;
    55]>
    6 <sect1 id="pf-foreword">
     6<sect1 id="pre-foreword">
    77<title>Foreword</title>
    88<?dbhtml filename="foreword.html"?>
  • prologue/prerequisites.xml

    rce88af3 rd6c28f96  
    44  %general-entities;
    55]>
    6 <sect1 id="pf-prerequisites">
     6<sect1 id="pre-prerequisites">
    77<title>Prerequisites</title>
    88<?dbhtml filename="prerequisites.html"?>
Note: See TracChangeset for help on using the changeset viewer.