Changeset 50b7320 for chapter09


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

Location:
chapter09
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.