Changeset 81fd230 for chapter09


Ignore:
Timestamp:
02/19/2005 10:16:42 PM (19 years ago)
Author:
Gerard Beekmans <gerard@…>
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.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, 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:
3d31fc4
Parents:
2f9131f
Message:

Trunk is now identical to Testing

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

Location:
chapter09
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter09/chapter09.xml

    r2f9131f r81fd230  
    1010
    1111<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="theend.xml"/>
     12<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="getcounted.xml"/>
    1213<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="reboot.xml"/>
    13 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="getcounted.xml"/>
    1414<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="whatnow.xml"/>
    1515
  • chapter09/getcounted.xml

    r2f9131f r81fd230  
    88<?dbhtml filename="getcounted.html"?>
    99
    10 <para>See testing</para>
     10<para>Now that you have finished the book, do you want to be counted
     11as an LFS user? Head over to <ulink
     12url="&lfs-root;cgi-bin/lfscounter.cgi"/> and register as an LFS user
     13by entering your name and the first LFS version you have used.</para>
     14
     15<para>Let's reboot into LFS now.</para>
    1116
    1217</sect1>
     18
  • chapter09/reboot.xml

    r2f9131f r81fd230  
    88<?dbhtml filename="reboot.html"?>
    99
     10<para>Now that all of the software has been installed, it is time to reboot
     11your computer. However, you should be aware of a few things.  The system you
     12have created in this book is quite minimal, and most likely will not have
     13the functionality you would need to be able to continue forward.  By installing
     14a few extra packages from the BLFS book while still in our current chroot
     15environment, you can leave yourself in a much better position to continue on
     16once you reboot into your new LFS installation.  Installing a text mode web
     17browser, such as Lynx, you can easily view the BLFS book in one virtual
     18terminal, while building packages in another.  The GPM package will also allow
     19you to perform copy/paste actions in your virtual terminals.  Lastly, if you
     20are in a situation where static IP configuration does not meet your networking
     21requirements, installing packages such as dhcpcd or ppp at this point might
     22also be useful.</para>
     23
     24
     25<para>Now that we have said that, lets move on to booting our shiny new LFS
     26installation for the first time! First exit from the chroot environment:</para>
     27
    1028<screen><userinput>logout</userinput></screen>
     29
     30<para>Then unmount the virtual files systems:</para>
    1131
    1232<screen><userinput>umount $LFS/dev/pts
     
    1434umount $LFS/dev
    1535umount $LFS/proc
    16 umount $LFS/sys</userinput></screen> 
     36umount $LFS/sys</userinput></screen>   
     37
     38<para>Unmount the LFS file system itself:</para>
    1739
    1840<screen><userinput>umount $LFS</userinput></screen>
     
    2547umount $LFS</userinput></screen>
    2648
     49<para>Now, reboot the system with:</para>
     50
    2751<screen><userinput>shutdown -r now</userinput></screen>
    2852
     53<para>Assuming the Grub boot loader was set up as outlined earlier, the menu
     54is set to boot <emphasis>LFS &version;</emphasis> automatically.</para>
     55
     56<para>When the reboot is complete, the LFS system is ready for use and
     57software can be added.</para>
     58
    2959</sect1>
     60
  • chapter09/theend.xml

    r2f9131f r81fd230  
    88<?dbhtml filename="theend.html"?>
    99
    10 <para>Create the /etc/lfs-release file:</para>
     10<indexterm zone="ch-finish-theend"><primary sortas="e-/etc/lfs-release">/etc/lfs-release</primary></indexterm>
     11
     12<para>Well done! The new LFS system is installed! We wish you much
     13success with your shiny new custom-built Linux system.</para>
     14
     15<para>It may be a good idea to create an
     16<filename>/etc/lfs-release</filename> file. By having this file, it is
     17very easy for you (and for us if you need to ask for help at some
     18point) to find out which LFS version is installed on the system.
     19Create this file by running:</para>
    1120
    1221<screen><userinput>echo &version; &gt; /etc/lfs-release</userinput></screen>
    1322
    1423</sect1>
     24
  • chapter09/whatnow.xml

    r2f9131f r81fd230  
    88<?dbhtml filename="whatnow.html"?>
    99
    10 <para>See testing</para>
     10<para>Thank you for reading this LFS book. We hope that you have
     11found this book helpful and have learned more about the system
     12creation process.</para>
     13
     14<para>Now that the LFS system is installed, you may be wondering
     15<quote>What next?</quote> To answer that question, we have compiled a
     16list of resources for you.</para>
     17
     18<itemizedlist>
     19<listitem><para>Beyond Linux From Scratch</para>
     20
     21<para>The Beyond Linux From Scratch book covers installation
     22procedures for a wide range of software beyond the scope of the LFS
     23Book. The BLFS project is located at <ulink url="&blfs-root;"/>.</para></listitem>
     24
     25<listitem><para>LFS Hints</para>
     26
     27<para>The LFS Hints are a collection of educational documents
     28submitted by volunteers in the LFS community. The hints are available
     29at <ulink url="&hints-index;"/>.</para></listitem>
     30
     31<listitem><para>Mailing lists</para>
     32
     33<para>There are several LFS mailing lists you may subscribe to if you
     34are in need of help, want to stay current with the latest developments,
     35want to contribute to the project, and more. See <xref
     36linkend="ch-scatter-maillists"/> for more
     37information.</para></listitem>
     38
     39<listitem><para>The Linux Documentation Project</para>
     40
     41<para>The goal of The Linux Documentation Project (TLDP) is to
     42collaborate on all of the issues of Linux documentation. The TLDP features
     43a large collection of HOWTOs, guides, and man pages.  It is located at
     44<ulink url="http://www.tldp.org/"/>.</para></listitem>
     45
     46</itemizedlist>
    1147
    1248</sect1>
     49
Note: See TracChangeset for help on using the changeset viewer.