mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Chapter09 indentation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7228 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
b330f4a3a2
commit
7686ca6aae
@ -1,13 +1,16 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
||||||
<!ENTITY % general-entities SYSTEM "../general.ent">
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
||||||
%general-entities;
|
%general-entities;
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<chapter id="chapter-finalizing" xreflabel="Chapter 9">
|
<chapter id="chapter-finalizing" xreflabel="Chapter 9">
|
||||||
<?dbhtml dir="chapter09"?>
|
<?dbhtml dir="chapter09"?>
|
||||||
<title>The End</title>
|
|
||||||
<?dbhtml filename="chapter09.html"?>
|
<?dbhtml filename="chapter09.html"?>
|
||||||
|
|
||||||
|
<title>The End</title>
|
||||||
|
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="theend.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="theend.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="getcounted.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="getcounted.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="reboot.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="reboot.xml"/>
|
||||||
|
@ -1,18 +1,20 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
||||||
<!ENTITY % general-entities SYSTEM "../general.ent">
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
||||||
%general-entities;
|
%general-entities;
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<sect1 id="ch-finish-getcounted">
|
<sect1 id="ch-finish-getcounted">
|
||||||
<title>Get Counted</title>
|
|
||||||
<?dbhtml filename="getcounted.html"?>
|
<?dbhtml filename="getcounted.html"?>
|
||||||
|
|
||||||
<para>Now that you have finished the book, do you want to be counted
|
<title>Get Counted</title>
|
||||||
as an LFS user? Head over to <ulink
|
|
||||||
url="&lfs-root;cgi-bin/lfscounter.cgi"/> and register as an LFS user
|
<para>Now that you have finished the book, do you want to be counted as an
|
||||||
by entering your name and the first LFS version you have used.</para>
|
LFS user? Head over to <ulink url="&lfs-root;cgi-bin/lfscounter.cgi"/> and
|
||||||
|
register as an LFS user by entering your name and the first LFS version you
|
||||||
|
have used.</para>
|
||||||
|
|
||||||
<para>Let's reboot into LFS now.</para>
|
<para>Let's reboot into LFS now.</para>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
@ -1,12 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
||||||
<!ENTITY % general-entities SYSTEM "../general.ent">
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
||||||
%general-entities;
|
%general-entities;
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<sect1 id="ch-finish-reboot">
|
<sect1 id="ch-finish-reboot">
|
||||||
<title>Rebooting the System</title>
|
|
||||||
<?dbhtml filename="reboot.html"?>
|
<?dbhtml filename="reboot.html"?>
|
||||||
|
|
||||||
|
<title>Rebooting the System</title>
|
||||||
|
|
||||||
<para>Now that all of the software has been installed, it is time to reboot
|
<para>Now that all of the software has been installed, it is time to reboot
|
||||||
your computer. However, you should be aware of a few things. The system you
|
your computer. However, you should be aware of a few things. The system you
|
||||||
have created in this book is quite minimal, and most likely will not have
|
have created in this book is quite minimal, and most likely will not have
|
||||||
@ -57,4 +60,3 @@ is set to boot <emphasis>LFS &version;</emphasis> automatically.</para>
|
|||||||
more software may be added to suit your needs.</para>
|
more software may be added to suit your needs.</para>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
@ -1,24 +1,27 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
||||||
<!ENTITY % general-entities SYSTEM "../general.ent">
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
||||||
%general-entities;
|
%general-entities;
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<sect1 id="ch-finish-theend">
|
<sect1 id="ch-finish-theend">
|
||||||
<title>The End</title>
|
|
||||||
<?dbhtml filename="theend.html"?>
|
<?dbhtml filename="theend.html"?>
|
||||||
|
|
||||||
<indexterm zone="ch-finish-theend"><primary sortas="e-/etc/lfs-release">/etc/lfs-release</primary></indexterm>
|
<title>The End</title>
|
||||||
|
|
||||||
|
<indexterm zone="ch-finish-theend">
|
||||||
|
<primary sortas="e-/etc/lfs-release">/etc/lfs-release</primary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
<para>Well done! The new LFS system is installed! We wish you much
|
<para>Well done! The new LFS system is installed! We wish you much
|
||||||
success with your shiny new custom-built Linux system.</para>
|
success with your shiny new custom-built Linux system.</para>
|
||||||
|
|
||||||
<para>It may be a good idea to create an
|
<para>It may be a good idea to create an <filename>/etc/lfs-release</filename>
|
||||||
<filename>/etc/lfs-release</filename> file. By having this file, it is
|
file. By having this file, it is very easy for you (and for us if you need to
|
||||||
very easy for you (and for us if you need to ask for help at some
|
ask for help at some point) to find out which LFS version is installed on the
|
||||||
point) to find out which LFS version is installed on the system.
|
system. Create this file by running:</para>
|
||||||
Create this file by running:</para>
|
|
||||||
|
|
||||||
<screen><userinput>echo &version; > /etc/lfs-release</userinput></screen>
|
<screen><userinput>echo &version; > /etc/lfs-release</userinput></screen>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
@ -1,12 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
||||||
<!ENTITY % general-entities SYSTEM "../general.ent">
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
||||||
%general-entities;
|
%general-entities;
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<sect1 id="ch-finish-whatnow">
|
<sect1 id="ch-finish-whatnow">
|
||||||
<title>What Now?</title>
|
|
||||||
<?dbhtml filename="whatnow.html"?>
|
<?dbhtml filename="whatnow.html"?>
|
||||||
|
|
||||||
|
<title>What Now?</title>
|
||||||
|
|
||||||
<para>Thank you for reading this LFS book. We hope that you have
|
<para>Thank you for reading this LFS book. We hope that you have
|
||||||
found this book helpful and have learned more about the system
|
found this book helpful and have learned more about the system
|
||||||
creation process.</para>
|
creation process.</para>
|
||||||
@ -16,65 +19,81 @@ creation process.</para>
|
|||||||
list of resources for you.</para>
|
list of resources for you.</para>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><para>Maintenance</para>
|
|
||||||
|
<listitem>
|
||||||
|
<para>Maintenance</para>
|
||||||
|
|
||||||
<para>Bugs and security notices are reported regularly for all software.
|
<para>Bugs and security notices are reported regularly for all software.
|
||||||
Since an LFS system is compiled from source, it is up to you to keep abreast of
|
Since an LFS system is compiled from source, it is up to you to keep
|
||||||
such reports. There are several online resources that track such reports, some
|
abreast of such reports. There are several online resources that track
|
||||||
of which are shown below:</para>
|
such reports, some of which are shown below:</para>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><para>Freshmeat.net (<ulink url="http://freshmeat.net/"/>)</para>
|
|
||||||
|
|
||||||
<para>Freshmeat can notify you (via email) of new versions of packages installed on your system.</para>
|
<listitem>
|
||||||
|
<para>Freshmeat.net (<ulink url="http://freshmeat.net/"/>)</para>
|
||||||
|
|
||||||
|
<para>Freshmeat can notify you (via email) of new versions of packages
|
||||||
|
installed on your system.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem><para><ulink url="http://www.cert.org/">CERT</ulink> (Computer
|
<listitem>
|
||||||
|
<para><ulink url="http://www.cert.org/">CERT</ulink> (Computer
|
||||||
Emergency Response Team)</para>
|
Emergency Response Team)</para>
|
||||||
|
|
||||||
<para>CERT has a mailing list that publishes security alerts concerning various
|
<para>CERT has a mailing list that publishes security alerts concerning
|
||||||
operating systems and applications. Subscription information is available at
|
various operating systems and applications. Subscription information is
|
||||||
<ulink url="http://www.us-cert.gov/cas/signup.html"/>.</para>
|
available at <ulink
|
||||||
|
url="http://www.us-cert.gov/cas/signup.html"/>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem><para>Bugtraq</para>
|
<listitem>
|
||||||
|
<para>Bugtraq</para>
|
||||||
|
|
||||||
<para>Bugtraq is a full-disclosure computer security mailing list. It publishes
|
<para>Bugtraq is a full-disclosure computer security mailing list. It
|
||||||
newly discovered security issues, and occasionally potential fixes for them.
|
publishes newly discovered security issues, and occasionally potential
|
||||||
Subscription information is available at
|
fixes for them. Subscription information is available at <ulink
|
||||||
<ulink url="http://www.securityfocus.com/archive"/>.</para>
|
url="http://www.securityfocus.com/archive"/>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem><para>Beyond Linux From Scratch</para>
|
<listitem>
|
||||||
|
<para>Beyond Linux From Scratch</para>
|
||||||
|
|
||||||
<para>The Beyond Linux From Scratch book covers installation
|
<para>The Beyond Linux From Scratch book covers installation
|
||||||
procedures for a wide range of software beyond the scope of the LFS
|
procedures for a wide range of software beyond the scope of the LFS
|
||||||
Book. The BLFS project is located at <ulink url="&blfs-root;"/>.</para></listitem>
|
Book. The BLFS project is located at <ulink url="&blfs-root;"/>.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem><para>LFS Hints</para>
|
<listitem>
|
||||||
|
<para>LFS Hints</para>
|
||||||
|
|
||||||
<para>The LFS Hints are a collection of educational documents
|
<para>The LFS Hints are a collection of educational documents
|
||||||
submitted by volunteers in the LFS community. The hints are available
|
submitted by volunteers in the LFS community. The hints are available
|
||||||
at <ulink url="&hints-index;"/>.</para></listitem>
|
at <ulink url="&hints-index;"/>.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem><para>Mailing lists</para>
|
<listitem>
|
||||||
|
<para>Mailing lists</para>
|
||||||
|
|
||||||
<para>There are several LFS mailing lists you may subscribe to if you
|
<para>There are several LFS mailing lists you may subscribe to if you
|
||||||
are in need of help, want to stay current with the latest developments,
|
are in need of help, want to stay current with the latest developments,
|
||||||
want to contribute to the project, and more. See <xref
|
want to contribute to the project, and more. See <xref
|
||||||
linkend="ch-scatter-maillists"/> for more
|
linkend="ch-scatter-maillists"/> for more
|
||||||
information.</para></listitem>
|
information.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem><para>The Linux Documentation Project</para>
|
<listitem>
|
||||||
|
<para>The Linux Documentation Project</para>
|
||||||
|
|
||||||
<para>The goal of The Linux Documentation Project (TLDP) is to
|
<para>The goal of The Linux Documentation Project (TLDP) is to
|
||||||
collaborate on all of the issues of Linux documentation. The TLDP features
|
collaborate on all of the issues of Linux documentation. The TLDP features
|
||||||
a large collection of HOWTOs, guides, and man pages. It is located at
|
a large collection of HOWTOs, guides, and man pages. It is located at
|
||||||
<ulink url="http://www.tldp.org/"/>.</para></listitem>
|
<ulink url="http://www.tldp.org/"/>.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user