Changeset 817c2d5


Ignore:
Timestamp:
06/06/2002 04:26:10 AM (22 years ago)
Author:
Timothy Bauscher <timothy@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v4_0, v4_1, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
10cb9c2
Parents:
6979d1a4
Message:

Named the hint authors, updated the URL to the editors in the hints index, and mentioned the Gawk patch to avoid confusion.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r6979d1a4 r817c2d5  
    66
    77<itemizedlist>
     8
     9<listitem><para>June 5th, 2002 [timothy] Chapter 09 - Rebooting
     10the system: named the hint author.</para></listitem>
     11
     12<listitem><para>June 5th, 2002 [timothy] Chapter 06 - Vim:
     13updated the hint URL.</para></listitem>
     14
     15<listitem><para>June 5th, 2002 [timothy] Chapter 06 - LILO:
     16named the hint authors.</para></listitem>
     17
     18<listitem><para>June 5th, 2002 [timothy] Chapter 06 - Bootscripts:
     19named the hint author.</para></listitem>
     20
     21<listitem><para>June 5th, 2002 [timothy] Chapter 05 - Gawk:
     22mentioned that the patch will be applied in Chapter 06. The
     23patch caused some confusion.</para></listitem>
    824
    925<listitem><para>June 3rd, 2002 [timothy] Chapter 01 - FAQ: edited
  • chapter05/gawk-inst.xml

    r6979d1a4 r817c2d5  
    22<title>Installation of Gawk</title>
    33
    4 <para>Install Gawk by running the following commands:</para>
     4<para>We will apply a patch to Gawk in Chapter 6. Install Gawk by
     5running the following commands:</para>
    56
    67<para><screen><userinput>CPPFLAGS=-Dre_max_failures=re_max_failures2 \
  • chapter06/bootscripts-inst.xml

    r6979d1a4 r817c2d5  
    33
    44<para>We will be using SysV style init scripts. We have chosen this style
    5 because it is widely used and we feel comfortable with it. If you want to
    6 try something else, someone has written an LFS-Hint on BSD style init
    7 scripts at <ulink url="&hints-root;bsd-init.txt"/>.</para>
     5because it is widely used and we feel comfortable with it. If you would
     6prefer to try something else, Marc Heerdink has written a hint about BSD
     7style init scripts, which may be found at
     8<ulink url="&hints-root;bsd-init.txt"/>.</para>
    89
    910<para>If you decide to use BSD style, or some other style scripts, you can
  • chapter06/lilo-inst.xml

    r6979d1a4 r817c2d5  
    33
    44<para>We have chosen Lilo as a boot loader because we feel comfortable with it, but you
    5 may wish to choose another. Someone has written a hint on
    6 GRUB at <ulink url="&hints-root;grub-howto.txt"/>.</para>
     5may wish to choose another. Fabio Fracassi has written a hint on
     6GRUB, which is available at <ulink url="&hints-root;grub-howto.txt"/>.</para>
    77
    88<para>Install Lilo by running the following commands:</para>
     
    2121yet. We will complete the installation of lilo in chapter 8.</para>
    2222
    23 <para>Maybe you'll be interested to know that someone wrote a hint on
    24 how to get a logo instead of the standard LILO prompt or menu. Take
    25 a look at it at <ulink url="&hints-root;bootlogo.txt"/>.</para>
     23<para>The standard LILO prompt, or menu, may be replaced by the
     24LFS logo, or any logo you like. Martin Imobersteg has written a
     25hint about this, which is located at
     26<ulink url="&hints-root;bootlogo.txt"/>.</para>
    2627
    2728</sect2>
    28 
  • chapter06/vim-inst.xml

    r6979d1a4 r817c2d5  
    99you may want to download an alternative and install the editor you
    1010prefer. There are a few hints on how to install different editors
    11 available at <ulink url="&hints-root;"/>.  Currently there are hints
    12 for Emacs, joe, and nano.</para>
     11available at <ulink url="http://hints.linuxfromscratch.org/hints.shtml#editors"/>.
     12Currently there are hints for Emacs, joe, and nano.</para>
    1313
    1414<para>Install Vim by running the following commands:</para>
  • chapter09/reboot.xml

    r6979d1a4 r817c2d5  
    4040<para><screen><userinput>/sbin/lilo</userinput></screen></para>
    4141 
    42 <para>If you are wondering: "Well, where to go now?" you'll be glad to
    43 hear that someone has written an LFS hint on the subject at <ulink
     42<para>If you are wondering "what do i do now?", then you will be glad to
     43know that Max Schattauer has written a hint on this subject at <ulink
    4444url="&hints-root;afterlfs.txt"/>.  On a similar note, if you are not
    4545only a newbie to LFS, but also to Linux in general, you may
  • index.xml

    r6979d1a4 r817c2d5  
    55<!ENTITY book SYSTEM "book/book.xml">
    66
    7 <!ENTITY version "20020604">
    8 <!ENTITY releasedate "June 4th, 2002">
     7<!ENTITY version "20020605">
     8<!ENTITY releasedate "June 5th, 2002">
    99
    1010<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
Note: See TracChangeset for help on using the changeset viewer.