Changeset 1322a63


Ignore:
Timestamp:
Feb 21, 2006, 2:28:50 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
7134f0d
Parents:
3793118a
Message:

r1169@server (orig r1167): chris | 2006-02-11 19:55:38 -0800
Various text updates

Location:
BOOK
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/x86/kernel.xml

    r3793118a r1322a63  
    9898   INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>
    9999
    100     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    101     href="../../bootable/x86/kernel.xml"
    102     xpointer="xpointer(//*[@os='u'])"/>
     100    <para os="u">After kernel compilation is complete, additional steps are
     101    required to complete the installation. Some files need to be copied to
     102    the <filename class="directory">${LFS}/boot</filename> directory.</para>
    103103
    104104    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/x86/glibc-headers.xml

    r3793118a r1322a63  
    6464    --with-binutils=/cross-tools/${LFS_TARGET}/bin</userinput></screen>
    6565
    66    <warning os="e1">
    67       <para><emphasis>Any</emphasis> error message you see about nptl at this point
    68       can safely be ignored.</para>
    69    </warning>
     66   <note os="e1">
     67      <para><emphasis>Any</emphasis> error message you see about nptl at this
     68      point can safely be ignored.</para>
     69   </note>
    7070
    7171    <variablelist os="ca">
     
    139139
    140140<screen os="cg"><userinput>install -dv /tools/include/bits
    141 cp bits/stdio_lim.h /tools/include/bits</userinput></screen>
     141cp -v bits/stdio_lim.h /tools/include/bits</userinput></screen>
    142142
    143143    <para os="ch">Now create a blank stub file:</para>
  • BOOK/final-system/common/gzip.xml

    r3793118a r1322a63  
    6767<screen os="j"><userinput>mv -v /usr/bin/gzip /bin
    6868rm -v /usr/bin/{gunzip,zcat}
    69 ln -sv gzip /bin/gunzip
    70 ln -sv gzip /bin/zcat
    71 ln -sv gzip /bin/compress
     69ln -sv gzip /bin/{gunzip,zcat,compress}
    7270ln -sv gunzip /bin/uncompress</userinput></screen>
    7371
  • BOOK/final-system/common/introduction.xml

    r3793118a r1322a63  
    5858  the package installs.</para>
    5959
    60   <para os="e">To keep track of which package installs particular files, a package
    61   manager can be used. For a general overview of different styles of package
    62   managers, please refer to <ulink
    63   url="&blfs-root;view/svn/introduction/important.html"/>.
    64   For a package management method specifically geared towards LFS, we
    65   recommend <ulink url="&hints-root;more_control_and_pkg_man.txt"/>.</para>
    66 
    67 <!--  <note os="f">
    68     <para>The remainder of this book is to be performed while logged
    69     in as user <systemitem class="username">root</systemitem> and no longer
    70     as user <systemitem class="username">lfs</systemitem>.</para>
    71   </note> -->
     60  <para os="e">To keep track of which package installs particular files, a
     61  package manager can be used. For a general overview of different styles of
     62  package managers, please take a look at the next page.</para>
    7263
    7364</sect1>
  • BOOK/final-system/common/pkgmgt.xml

    r3793118a r1322a63  
    2020  issues that may arise when upgrading packages.</para>
    2121
    22   <para>Some reasons why no package manager is mentioned in LFS or BLFS
    23   include:</para>
     22  <para>Some reasons why no specific package manager is recommended in LFS or
     23  BLFS include:</para>
    2424
    2525  <itemizedlist>
     
    3131    <listitem>
    3232      <para>There are multiple solutions for package management, each having
    33       its strengths and drawbacks.  Including one that satisfies all audiences
     33      its strengths and drawbacks. Including one that satisfies all audiences
    3434      is difficult.</para>
    3535    </listitem>
     
    3939  the <ulink url="&hints-root;">Hints subproject</ulink> and see if one of them
    4040  fits your need.</para>
    41 
    42   <note>
    43     <para>As no particular package management technique is mentioned in LFS,
    44     the commands in the remainder of this book must be performed while logged in
    45     as user <systemitem class="username">root</systemitem> and no longer as user
    46     <systemitem class="username">lfs</systemitem>. Also, double check that
    47     <envar>$LFS</envar> is set.</para>
    48   </note>
    4941
    5042  <sect2>
     
    6052        <para>If one of the toolchain packages (Glibc, GCC or Binutils) needs
    6153        to be upgraded to a newer minor version, it is safer to rebuild LFS.
    62         Though you <emphasis>may</emphasis> be able to get by rebuilding all
     54        Though, you <emphasis>may</emphasis> be able to get by rebuilding all
    6355        the packages in their dependency order, we do not recommend it. For
    6456        example, if glibc-2.2.x needs to be updated to glibc-2.3.x, it is safer
  • BOOK/final-system/common/testsuitesagain.xml

    r3793118a r1322a63  
    2525  <systemitem class="filesystem">devpts</systemitem> file system set up
    2626  correctly. This issue is discussed in greater detail at
    27   <ulink url="http://www.linuxfromscratch.org/lfs/faq.html#no-ptys"/>.</para>
     27  <ulink url="&faq-root;#no-ptys"/>.</para>
    2828
    2929  <para>Sometimes package test suites will fail, but for reasons which the
  • BOOK/final-system/common/udev.xml

    r3793118a r1322a63  
    8080
    8181    <para os="j">Udev's configuration is far from ideal by default, so install
    82     the configuration files here:</para>
     82    the configuration file here:</para>
    8383
    8484<screen os="k"><userinput>cp -v ../&udev-config-file; /etc/udev/rules.d/25-lfs.rules</userinput></screen>
  • BOOK/final-system/common/zlib.xml

    r3793118a r1322a63  
    5050    <userinput>make check</userinput>.</para>
    5151
    52     <para os="f">Installation:</para>
     52    <para os="f">Install the package:</para>
    5353
    5454<screen os="g"><userinput>make install</userinput></screen>
  • BOOK/general.ent

    r3793118a r1322a63  
    2525<!ENTITY hints-root "&lfs-root;hints/downloads/files/">
    2626<!ENTITY hints-index "&lfs-root;hints/list.html">
    27 <!ENTITY patches-root "http://www.linuxfromscratch.org/patches/downloads/">
     27<!ENTITY patches-root "&lfs-root;patches/downloads/">
    2828<!ENTITY livecd-root "&lfs-root;livecd/">
    29 <!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
     29<!ENTITY test-results "&lfs-root;clfs/build-logs/&generic-version;/">
    3030<!ENTITY errata "&lfs-root;clfs/errata/&generic-version;/">
    3131
  • BOOK/temp-system/common/bash.xml

    r3793118a r1322a63  
    7171    xpointer="xpointer(//*[@os='n'])"/>
    7272
    73     <para os="ae">Make a link for the programs that use <command>sh</command> for
     73    <para os="ae">Make a link for programs that use <command>sh</command> for
    7474    a shell:</para>
    7575
Note: See TracChangeset for help on using the changeset viewer.