Changeset 50b7320


Ignore:
Timestamp:
10/25/2002 06:28:22 PM (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_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:
76f5964
Parents:
c7188a2
Message:

o Added "What now?" section.
o Removed "Which Platform" section (for now).
o Removed Appendix B.

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

Files:
1 added
2 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • book/part3.xml

    rc7188a2 r50b7320  
    33
    44&appendixa;
    5 &appendixb;
    65
    76</part>
  • chapter01/changelog.xml

    rc7188a2 r50b7320  
    4141</itemizedlist>
    4242</para></listitem>
     43
     44<listitem><para>October 25th, 2002 [timothy]: Chapter 09: Added "What now?"
     45section.</para></listitem>
     46
     47<listitem><para>October 25th, 2002 [timothy]: Removed
     48Appendix B.</para></listitem>
     49
     50<listitem><para>October 25th, 2002 [timothy]: Chapter 02: Removed "Which
     51Platform" section.</para></listitem>
    4352
    4453<listitem><para>October 23rd, 2002 [timothy]: Swapped chapter03 and
  • chapter02/chapter02.xml

    rc7188a2 r50b7320  
    55&c2-aboutlfs;
    66&c2-aboutsbus;
    7 &c2-platform;
    87&c2-askforhelp;
    98
  • chapter09/chapter09.xml

    rc7188a2 r50b7320  
    66&c9-getcounted;
    77&c9-reboot;
     8&c9-whatnow;
    89
    910</chapter>
  • chapter09/reboot.xml

    rc7188a2 r50b7320  
    33<?dbhtml filename="reboot.html" dir="chapter09"?>
    44
    5 <para>Now that all software has been installed, bootscripts have been created,
    6 it's time to reboot the computer. Before we reboot let's unmount
    7 $LFS/proc and the LFS partition itself by running:</para>
     5<para>Now that all of the software has been installed, it's time to reboot
     6the computer. Before we reboot, let's unmount $LFS/proc and the LFS
     7partition itself by running:</para>
    88
    99<para><screen><userinput>umount $LFS/proc &amp;&amp;
     
    4747<para><screen><userinput>rm -rf /static</userinput></screen></para>
    4848
    49 <para>Now that you have finished installing your LFS system, you may
    50 be wondering how to install additional software, such as a web browser.
    51 Your first stop should be the Beyond Linux From Scratch project, which may
    52 be found at <ulink url="&blfs-root;"/>. The LFS hints may also prove helpful,
    53 and are located at <ulink url="&hints-index;"/>. On a similar note, if you
    54 are not only a newbie to LFS, but also to Linux in general, you may
    55 find the newbie hint at <ulink url="&hints-root;newbie.txt"/> very
    56 interesting.</para>
    57 
    58 <para>Remember that there are several LFS mailinglists you may subscribe
    59 to if you are in need of help. See <xref linkend="ch01-maillists"/> for
    60 more information.</para>
    61  
    62 <para>Again, we thank you for using the LFS Book and hope you found this
    63 book useful and worth your time.</para>
    64 
    6549</sect1>
  • entities/chapter09.ent

    rc7188a2 r50b7320  
    33<!ENTITY c9-getcounted SYSTEM "../chapter09/getcounted.xml">
    44<!ENTITY c9-reboot SYSTEM "../chapter09/reboot.xml">
     5<!ENTITY c9-whatnow SYSTEM "../chapter09/whatnow.xml">
  • index.xml

    rc7188a2 r50b7320  
    55<!ENTITY book SYSTEM "book/book.xml">
    66
    7 <!ENTITY version "20021024">
    8 <!ENTITY releasedate "October 24th, 2002">
     7<!ENTITY version "20021025">
     8<!ENTITY releasedate "October 25th, 2002">
    99
    1010<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
     
    3434<!ENTITY % chapter09 SYSTEM "entities/chapter09.ent">
    3535<!ENTITY % appendixa SYSTEM "entities/appendixa.ent">
    36 <!ENTITY % appendixb SYSTEM "entities/appendixb.ent">
    3736
    3837<!ENTITY % autoconf-entities SYSTEM "entities/autoconf.ent">
     
    104103%chapter09;
    105104%appendixa;
    106 %appendixb;
    107105
    108106%autoconf-entities;
Note: See TracChangeset for help on using the changeset viewer.