Changeset 4122007
- Timestamp:
- 06/10/2004 02:40:59 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 5f610523
- Parents:
- add4a24
- Files:
-
- 2 added
- 30 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
radd4a24 r4122007 90 90 91 91 validate: 92 xmllint --noout -- valid index.xml92 xmllint --noout --nonet --xinclude --postvalid index.xml -
appendices/glossary.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE glossary PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../general.ent"> 5 %general-entities; 6 ]> 7 8 1 9 <glossary id="appendices-glossary"> 2 10 <?dbhtml filename="glossary.html" dir="appendices"?> -
book/bookinfo.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../general.ent"> 5 %general-entities; 6 ]> 7 1 8 <bookinfo> 2 9 <title>Beyond Linux From Scratch</title> 3 10 <subtitle>Version &version;</subtitle> 4 &book-info-authorgroup; 11 12 13 <authorgroup> 14 <corpauthor> 15 BLFS Development Team 16 </corpauthor> 17 </authorgroup> 18 5 19 <pubdate>&pubdate;</pubdate> 6 &book-info-copyright; 7 &book-info-legalnotice; 8 &book-info-revhistory; 9 &book-info-abstract; 20 21 22 <copyright id="copyright"> 23 <year>2001-2004</year> 24 <holder>BLFS Development Team</holder> 25 </copyright> 26 27 28 <legalnotice> 29 30 <para>Copyright (c) 2001-2004, <acronym>BLFS</acronym> Development Team</para> 31 32 <para>All rights reserved.</para> 33 34 <para>Redistribution and use in source and binary forms, with or without 35 modification, are permitted provided that the following conditions are 36 met:</para> 37 38 <itemizedlist> 39 <listitem><para>Redistributions in any form must retain the above copyright 40 notice, this list of conditions and the following disclaimer.</para></listitem> 41 42 <listitem><para>Neither the name of "Linux From Scratch" nor the names of 43 its contributors may be used to endorse or promote products derived from 44 this material without specific prior written permission.</para></listitem> 45 46 <listitem><para>Any material derived from Linux From Scratch must contain 47 a reference to the "Linux From Scratch" project.</para></listitem> 48 </itemizedlist> 49 50 <para>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS 51 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 52 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 53 DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY 54 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 55 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 56 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 57 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 58 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 59 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</para> 60 61 </legalnotice> 62 63 <revhistory> 64 <revision> 65 <revnumber>5.1</revnumber> 66 <date>2004-6-05</date> 67 <revremark>Third release</revremark> 68 </revision> 69 70 <revision> 71 <revnumber>5.0</revnumber> 72 <date>2003-11-06</date> 73 <revremark>Second release</revremark> 74 </revision> 75 76 <revision> 77 <revnumber>1.0</revnumber> 78 <date>2003-04-25</date> 79 <revremark>First release</revremark> 80 </revision> 81 </revhistory> 82 83 84 <abstract role="dsssl"> 85 86 <para>This book follows on from the Linux From Scratch book. It introduces and 87 guides the reader through additions to the system including networking, X 88 support, sound support and printer and scanner support.</para> 89 90 </abstract> 10 91 11 92 </bookinfo> -
book/dedication.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE dedication PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../general.ent"> 5 %general-entities; 6 ]> 1 7 <dedication role="dsssl"> 2 8 <title>Dedication</title> -
index.xml
radd4a24 r4122007 27 27 28 28 %book; 29 %preface;30 %introduction; 29 <!-- %preface; 30 %introduction; --> 31 31 %postlfs; 32 32 %general; … … 41 41 %multimedia; 42 42 %pst; 43 %appendices; 43 <!-- %appendices; --> 44 44 45 45 ]> … … 47 47 <book> 48 48 49 &book; 49 <!-- Front Matter --> 50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="book/bookinfo.xml"/> 51 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="book/dedication.xml"/> 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="book/preface.xml"/> 53 54 <!-- Parts --> 55 56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction/introduction.xml"/> 57 <!-- &introduction; --> 58 &postlfs; 59 &general; 60 &connect; 61 &basicnet; 62 &server; 63 &content; 64 &x; 65 &kde; 66 &gnome; 67 &xsoft; 68 &multimedia; 69 &pst; 70 71 <!-- End parts --> 72 73 <!-- Appendices --> 74 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/glossary.xml"/> 50 75 51 76 </book> -
introduction/important/beyond.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 %general-entities; 6 ]> 7 1 8 <sect1 id="intro-important-beyond"> 2 9 <?dbhtml filename="beyond.html"?> -
introduction/important/bootscripts.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 %general-entities; 6 ]> 7 1 8 <sect1 id="intro-important-bootscripts" xreflabel="blfs-bootscripts-&blfs-bootscripts-version;"> 2 9 <?dbhtml filename="bootscripts.html"?> -
introduction/important/patches.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 %general-entities; 6 ]> 7 1 8 <sect1 id="intro-important-patches"> 2 9 <?dbhtml filename="patches.html"?> -
introduction/important/pkgmgt.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 %general-entities; 6 ]> 7 1 8 <sect1 id="intro-important-pkgmgt"> 2 9 <?dbhtml filename="pkgmgt.html"?> -
introduction/important/position.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 %general-entities; 6 ]> 7 1 8 <sect1 id="intro-important-position"> 2 9 <?dbhtml filename="position.html"?> -
introduction/important/unpacking.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 %general-entities; 6 ]> 7 1 8 <sect1 id="intro-important-unpacking"> 2 9 <?dbhtml filename="unpacking.html"?> -
introduction/introduction.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../general.ent"> 5 %general-entities; 6 ]> 7 8 1 9 <part id="introduction" xreflabel="Introduction"> 2 10 <?dbhtml filename="introduction.html" dir="introduction"?> 3 11 <title>Introduction</title> 4 12 5 &intro-welcome; 6 &intro-important; 13 <chapter id="intro-welcome"> 14 <?dbhtml filename="welcome.html"?> 15 <title>Welcome to <acronym>BLFS</acronym></title> 16 17 <para>The Beyond Linux From Scratch book is designed to carry on from where the 18 <acronym>LFS</acronym> book leaves off. But unlike the <acronym>LFS </acronym> 19 book, it isn't designed to be followed straight through. Reading the <xref 20 linkend="intro-welcome-whichsections"/> part of this chapter should help guide 21 you through the book.</para> 22 23 <para>Please read most of this part of the book carefully as it explains 24 quite a few of the conventions we use throughout the book.</para> 25 26 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="welcome/acknowledgments.xml"/> 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="welcome/credits.xml"/> 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="welcome/which.xml"/> 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="welcome/conventions.xml"/> 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="welcome/version.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="welcome/mirrors.xml"/> 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="welcome/changelog.xml"/> 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="welcome/maillists.xml"/> 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="welcome/newsserver.xml"/> 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="welcome/askhelp.xml"/> 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="welcome/contact.xml"/> 38 </chapter> 39 40 <chapter id="intro-important"> 41 <?dbhtml filename="important.html"?> 42 <title>Important Information</title> 43 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="important/pkgmgt.xml"/> 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="important/unpacking.xml"/> 46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="important/position.xml"/> 47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="important/patches.xml"/> 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="important/bootscripts.xml"/> 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="important/beyond.xml"/> 50 51 </chapter> 7 52 8 53 </part> -
introduction/welcome/acknowledgments.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 %general-entities; 6 ]> 7 1 8 <sect1 id="intro-welcome-acknowledgments"> 2 9 <?dbhtml filename="acknowledgments.html"?> -
introduction/welcome/askhelp.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 %general-entities; 6 ]> 7 1 8 <sect1 id="intro-welcome-askhelp"> 2 9 <?dbhtml filename="askhelp.html"?> -
introduction/welcome/changelog.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 %general-entities; 6 ]> 7 1 8 <sect1 id="intro-welcome-changelog" role="dsssl"> 2 9 <?dbhtml filename="changelog.html"?> -
introduction/welcome/contact.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 %general-entities; 6 ]> 7 1 8 <sect1 id="intro-welcome-contactinfo"> 2 9 <?dbhtml filename="contactinfo.html"?> -
introduction/welcome/conventions.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 %general-entities; 6 ]> 7 1 8 <sect1 id="intro-welcome-conventions"> 2 9 <?dbhtml filename="conventions.html"?> -
introduction/welcome/credits.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 %general-entities; 6 ]> 7 1 8 <sect1 id="intro-welcome-credits" xreflabel="Credits"> 2 9 <?dbhtml filename="credits.html"?> -
introduction/welcome/maillists.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 %general-entities; 6 ]> 7 1 8 <sect1 id="intro-welcome-maillists" xreflabel="Mailing lists"> 2 9 <?dbhtml filename="maillists.html"?> -
introduction/welcome/newsserver.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 %general-entities; 6 ]> 7 1 8 <sect1 id="intro-welcome-newsserver"> 2 9 <?dbhtml filename="newsserver.html"?> … … 7 14 mailing list will be copied to its correspondent newsgroup, and vice versa.</para> 8 15 9 <para>The news server can be reached at <ulink url="news:news.linuxfromscratch.org">news.linuxfromscratch.org</ulink>.</para> 16 <para>The news server can be reached at <ulink 17 url="news:news.linuxfromscratch.org">news.linuxfromscratch.org</ulink>.</para> 10 18 11 19 </sect1> -
introduction/welcome/version.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 %general-entities; 6 ]> 7 1 8 <sect1 id="intro-welcome-version" xreflabel="Book Version" role="dsssl"> 2 9 <?dbhtml filename="version.html"?> … … 10 17 </sect1> 11 18 12 <sect1 id="intro-welcome-mirrors" xreflabel="Mirrors">13 <title>Mirror sites</title>14 15 <para>The <acronym>BLFS</acronym> project has a number of mirrors setup16 world-wide to make it easier and more convenient for you to access the17 website. Please visit the <ulink url="http://www.linuxfromscratch.org/blfs">18 http://www.linuxfromscratch.org/blfs</ulink> website for the list of current19 mirrors.</para>20 21 </sect1>22 23 -
introduction/welcome/which.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 %general-entities; 6 ]> 7 1 8 <sect1 id="intro-welcome-whichsections" xreflabel="Which sections of the book?"> 2 9 <?dbhtml filename="which.html"?> -
postlfs/filesystems/ext3.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 %general-entities; 6 ]> 7 1 8 <sect1 id="postlfs-filesystems-ext3"> 2 9 <?dbhtml filename="ext3.html"?> -
postlfs/filesystems/filesystems.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 %general-entities; 6 ]> 7 1 8 <chapter id="postlfs-filesystems"> 2 9 <?dbhtml filename="filesystems.html"?> … … 9 16 file systems.</para> 10 17 11 &postlfs-filesystems-ext3; 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ext3.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="reiser.xml"/> 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xfs.xml"/> 21 22 <!-- &postlfs-filesystems-ext3; 12 23 &reiser; 13 24 &xfs; 25 --> 14 26 15 27 </chapter> -
postlfs/filesystems/reiser.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 %general-entities; 6 7 <!ENTITY reiser-download-http "http://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-&reiser-version;.tar.gz"> 8 <!ENTITY reiser-download-ftp "ftp://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-&reiser-version;.tar.gz"> 9 <!ENTITY reiser-size "388 KB"> 10 <!ENTITY reiser-buildsize "9.4 MB"> 11 <!ENTITY reiser-time "0.16 SBU"> 12 ]> 13 1 14 <sect1 id="reiserfs" xreflabel="ReiserFS-&reiser-version;"> 2 15 <?dbhtml filename="reiserfs.html"?> 3 16 <title>ReiserFS-&reiser-version;</title> 4 17 5 &reiser-intro; 6 &reiser-inst; 7 &reiser-exp; 8 &reiser-desc; 18 <sect2> 19 <title>Introduction to <application>ReiserFS</application></title> 20 21 <para>The <application>ReiserFS</application> package contains various 22 utilities for use with the Reiser file system.</para> 23 24 <sect3><title>Package information</title> 25 <itemizedlist spacing='compact'> 26 <listitem><para>Download (HTTP): <ulink 27 url="&reiser-download-http;"/></para></listitem> 28 <listitem><para>Download (FTP): <ulink 29 url="&reiser-download-ftp;"/></para></listitem> 30 <listitem><para>Download size: &reiser-size;</para></listitem> 31 <listitem><para>Estimated Disk space required: 32 &reiser-buildsize;</para></listitem> 33 <listitem><para>Estimated build time: 34 &reiser-time;</para></listitem></itemizedlist> 35 </sect3> 36 37 </sect2> 38 39 <sect2> 40 <title>Installation of <application>ReiserFS</application></title> 41 42 <para>Install <application>ReiserFS</application> by running the following 43 commands:</para> 44 45 <screen><userinput><command>./configure --prefix=/usr --sbindir=/sbin && 46 make && 47 make install && 48 ln -sf reiserfsck /sbin/fsck.reiserfs && 49 ln -sf mkreiserfs /sbin/mkfs.reiserfs</command></userinput></screen> 50 51 </sect2> 52 53 <sect2> 54 <title>Command explanations</title> 55 56 <para><parameter>--prefix=/usr</parameter>: This ensures that 57 the manual pages are installed in the correct location while still 58 installing the programs in <filename class="directory">/sbin</filename> as they should 59 be.</para> 60 61 <para><parameter>--sbindir=/sbin</parameter>: This ensures that the 62 <application>ReiserFS</application> 63 utilities are installed in <filename class="directory">/sbin</filename> as they should be.</para> 64 65 </sect2> 66 67 <sect2> 68 <title>Contents</title> 69 70 <para><application>ReiserFS</application> contains <command>debugreiserfs</command>, 71 <command>mkreiserfs</command>, <command>reiserfsck</command>, 72 <command>resize_reiserfs</command> and 73 <command>unpack</command>.</para> 74 75 </sect2> 76 77 <sect2><title>Description</title> 78 79 <sect3><title>debugreiserfs</title> 80 81 <para><command>debugreiserfs</command> can sometimes help to solve problems 82 with <application>ReiserFS</application> file systems. If it is called without 83 options, it prints the super block of any reiserfs file system found on the 84 device.</para></sect3> 85 86 <sect3><title>mkreiserfs</title> 87 <para><command>mkreiserfs</command> creates a 88 <application>ReiserFS</application> file system.</para> 89 </sect3> 90 91 <sect3><title>reiserfsck</title> 92 <para><command>reiserfsck</command> checks a 93 <application>ReiserFS</application> file system.</para> 94 </sect3> 95 96 <sect3><title>reiserfstune</title> 97 <para><command>reiserfstune</command> is used for tuning the 98 <application>ReiserFS</application> journal. 99 <emphasis>WARNING</emphasis>: Don't use this utility without first reading the 100 man page thoroughly.</para></sect3> 101 102 <sect3><title>resize_reiserfs</title> 103 <para><command>resize_reiserfs</command> is used to resize an unmounted 104 <application>ReiserFS</application> file system.</para></sect3> 105 106 <sect3><title>unpack</title> 107 <para>The <command>unpack</command> utility can be used to dump 108 <application>ReiserFS</application> 109 file system information to files for debugging, much like 110 <command>debugreiserfs</command>. 111 </para></sect3> 112 113 </sect2> 9 114 10 115 </sect1> -
postlfs/filesystems/xfs.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 %general-entities; 6 <!ENTITY xfsprogs-download-http " "> 7 <!ENTITY xfsprogs-download-ftp "ftp://oss.sgi.com/projects/xfs/download/cmd_tars/xfsprogs-&xfsprogs-version;.src.tar.gz"> 8 <!ENTITY xfsprogs-size "827 KB"> 9 <!ENTITY xfsprogs-buildsize "42 MB"> 10 <!ENTITY xfsprogs-time "0.69 SBU"> 11 ]> 12 1 13 <sect1 id="xfs" xreflabel="XFS-&xfsprogs-version;"> 2 14 <?dbhtml filename="xfsfs.html"?> 3 15 <title>XFS-&xfsprogs-version;</title> 4 16 5 &xfs-intro; 6 &xfs-inst; 7 &xfs-desc; 17 <sect2> 18 <title>Introduction to <application><acronym>XFS</acronym></application></title> 19 20 <para>The <application>XFS</application> package contains administration 21 and debugging tools for the <acronym>XFS</acronym> file system.</para> 22 23 <sect3><title>Package information</title> 24 <itemizedlist spacing='compact'> 25 <listitem><para>Download (HTTP): <ulink 26 url="&xfsprogs-download-http;"/></para></listitem> 27 <listitem><para>Download (FTP): <ulink 28 url="&xfsprogs-download-ftp;"/></para></listitem> 29 <listitem><para>Download size: &xfsprogs-size;</para></listitem> 30 <listitem><para>Estimated Disk space required: 31 &xfsprogs-buildsize;</para></listitem> 32 <listitem><para>Estimated build time: 33 &xfsprogs-time;</para></listitem></itemizedlist> 34 </sect3> 35 36 </sect2> 37 38 39 <sect2> 40 <title>Installation of <application>XFS</application></title> 41 42 <para>Install <application>XFS</application> by running the following 43 commands:</para> 44 45 <screen><userinput><command>sed -i 's/autoconf//' Makefile && 46 make && 47 make install</command></userinput></screen> 48 49 </sect2> 50 51 <sect2> 52 <title>Contents</title> 53 54 <para><application>XFS</application> contains 55 <command>fsck.xfs</command>, 56 <command>mkfs.xfs</command>, 57 <command>xfs_admin</command>, 58 <command>xfs_bmap</command>, 59 <command>xfs_check</command>, 60 <command>xfs_copy</command>, 61 <command>xfs_db</command>, 62 <command>xfs_freeze</command>, 63 <command>xfs_growfs</command>, 64 <command>xfs_info</command>, 65 <command>xfs_io</command>, 66 <command>xfs_logprint</command>, 67 <command>xfs_mkfile</command>, 68 <command>xfs_ncheck</command>, 69 <command>xfs_repair</command> and 70 <command>xfs_rtcp</command>. 71 </para> 72 73 </sect2> 74 75 <sect2><title>Description</title> 76 77 <sect3><title>fsck.xfs</title> 78 <para><command>fsck.xfs</command> simply exits with a zero status, since 79 <acronym>XFS</acronym> partitions are checked at mount time.</para></sect3> 80 81 <sect3><title>mkfs.xfs</title> 82 <para><command>mkfs.xfs</command> constructs an <acronym>XFS</acronym> 83 file system.</para></sect3> 84 85 <sect3><title>xfs_admin</title> 86 <para><command>xfs_admin</command> changes the parameters of an <acronym>XFS 87 </acronym> file system.</para></sect3> 88 89 <sect3><title>xfs_bmap</title> 90 <para><command>xfs_bmap</command> prints block mapping for an <acronym>XFS 91 </acronym> file.</para></sect3> 92 93 <sect3><title>xfs_check</title> 94 <para><command>xfs_check</command> checks <acronym>XFS</acronym> file system 95 consistency.</para> 96 </sect3> 97 98 <sect3><title>xfs_copy</title> 99 <para><command>xfs_copy</command> copies the contents of an 100 <acronym>XFS</acronym> file system to one or more targets in 101 parallel.</para></sect3> 102 103 <sect3><title>xfs_db</title> 104 <para><command>xfs_db</command> is used to debug an <acronym>XFS</acronym> 105 file system.</para></sect3> 106 107 <sect3><title>xfs_freeze</title> 108 <para><command>xfs_freeze</command> suspends access to an <acronym>XFS</acronym> file system.</para></sect3> 109 110 <sect3><title>xfs_growfs</title> 111 <para><command>xfs_growfs</command> expands an <acronym>XFS</acronym> file system. 112 </para></sect3> 113 114 <sect3><title>xfs_info</title> 115 <para><command>xfs_info</command> is equivalent to invoking 116 <command>xfs_growfs</command>, but specifying that no change to the file 117 system is to be made.</para></sect3> 118 119 <sect3><title>xfs_io</title> 120 <para><command>xfs_io</command> is a debugging tool like 121 <command>xfs_db</command>, but is aimed at examining the regular 122 file I/O path rather than the raw <acronym>XFS</acronym> volume 123 itself.</para></sect3> 124 125 <sect3><title>xfs_logprint</title> 126 <para><command>xfs_logprint</command> prints the log of an <acronym>XFS 127 </acronym> file system.</para></sect3> 128 129 <sect3><title>xfs_mkfile</title> 130 <para><command>xfs_mkfile</command> creates an <acronym>XFS</acronym> file, 131 padded with zeroes by default.</para></sect3> 132 133 <sect3><title>xfs_ncheck</title> 134 <para><command>xfs_ncheck</command> generates pathnames from inode numbers for 135 an <acronym>XFS</acronym> file system.</para></sect3> 136 137 <sect3><title>xfs_repair</title> 138 <para><command>xfs_repair</command> repairs corrupt or damaged <acronym>XFS 139 </acronym>file systems.</para></sect3> 140 141 <sect3><title>xfs_rtcp</title> 142 <para><command>xfs_rtcp</command> copies a file to the real-time 143 partition on an <acronym>XFS</acronym> file system.</para></sect3> 144 145 </sect2> 8 146 9 147 </sect1> -
postlfs/postlfs.ent
radd4a24 r4122007 37 37 <!ENTITY postlfs-security-syslog SYSTEM "security/syslog.xml"> 38 38 39 <!-- Filesystems -->39 <!-- Filesystems 40 40 <!ENTITY postlfs-filesystems SYSTEM "filesystems/filesystems.xml"> 41 41 <!ENTITY postlfs-filesystems-ext3 SYSTEM "filesystems/ext3.xml"> … … 44 44 <!ENTITY % xfs SYSTEM "filesystems/xfs/xfs.ent"> 45 45 %xfs; 46 --> 46 47 47 48 <!-- Editors --> -
postlfs/postlfs.xml
radd4a24 r4122007 5 5 &postlfs-config; 6 6 &postlfs-security; 7 &postlfs-filesystems; 7 <!-- &postlfs-filesystems; --> 8 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="postlfs/filesystems/filesystems.xml"/> 8 9 &postlfs-editors; 9 10 &postlfs-shells; -
preface/preface.xml
radd4a24 r4122007 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../general.ent"> 5 %general-entities; 6 ]> 7 1 8 <preface id="preface"> 2 9 <?dbhtml filename="preface.html" dir="preface"?> 3 10 <title>Preface</title> 4 11 5 &preface-foreword; 6 &preface-whoread; 7 &preface-organization; 12 <sect1 id="preface-foreword"> 13 <?dbhtml filename="foreword.html"?> 14 <title>Foreword</title> 15 16 <para>Having helped out with Linux From Scratch for a short time, I 17 noticed that we were getting many queries as to how to do things beyond 18 the base <acronym>LFS</acronym> system. At the time, the only assistance 19 specifically offered relating to <acronym>LFS</acronym> were the 20 <acronym>LFS</acronym> hints (<ulink url="&hints-root;">&hints-root;</ulink>). 21 Most of the <acronym>LFS</acronym> hints are extremely good and well written 22 but I (and others) could still see a need for more comprehensive help to 23 go Beyond <acronym>LFS</acronym> - hence <acronym>BLFS</acronym>.</para> 24 25 <para><acronym>BLFS</acronym> aims to be more than the 26 <acronym>LFS</acronym>-hints converted to <acronym>XML</acronym> although 27 much of our work is based around the hints and indeed some authors write 28 both hints and the relevant <acronym>BLFS</acronym> sections. We hope that 29 we can provide you with enough information to not only manage to build your 30 system up to what you want, whether it be a web server or a multimedia desktop 31 system, but also that you will learn a lot about system configuration as 32 you go.</para> 33 34 <para>Thanks as ever go to everyone in the <acronym>LFS</acronym>/<acronym>BLFS</acronym> 35 community; especially those who have contributed instructions, written text, 36 answered questions and generally shouted when things were wrong!</para> 37 38 <para>Finally, we encourage you to become involved in the community; ask 39 questions on the mailing list or news gateway and join in the fun on #lfs at 40 irc.linuxfromscratch.org. You can find more details about all of these in the 41 <xref linkend="introduction"/> section of the book.</para> 42 43 <para>Enjoy using <acronym>BLFS</acronym>.</para> 44 45 <blockquote><literallayout>Mark Hymers 46 markh <at> linuxfromscratch.org 47 BLFS Editor (July 2001 - March 2003)</literallayout></blockquote> 48 49 <para>I still remember how I found the <acronym>BLFS</acronym> project 50 and started using the instructions that were completed at the time. I could 51 not believe how wonderful it was to get an application up and running very 52 quickly, with explanations as to why things were done a certain way. 53 Unfortunately, for me, it wasn't long before I was opening applications that 54 had nothing more than "To be done" on the page. I did what most would do, 55 I waited for someone else to do it. It wasn't too long before I am looking 56 through <application>Bugzilla</application> for something easy to do. 57 As with any learning experience, the definition of what was easy kept 58 changing.</para> 59 60 <para>We still encourage you to become involved as <acronym>BLFS</acronym> is 61 never really finished. Contributing or just using, we hope you enjoy 62 your <acronym>BLFS</acronym> experience.</para> 63 64 <blockquote><literallayout>Larry Lawrence 65 larry <at> linuxfromscratch.org 66 BLFS Editor (March 2003 - present)</literallayout></blockquote> 67 68 </sect1> 69 70 <sect1 id="preface-whoread"> 71 <?dbhtml filename="whoread.html"?> 72 <title>Who would want to read this book</title> 73 74 <para>This book is mainly aimed at those who have built a system based 75 on the <acronym>LFS</acronym> book. It will also be useful for those who are 76 using other distributions, but for one reason or another want to manually build 77 software and are in need of some assistance. <acronym>BLFS</acronym> can be 78 used to create a range of diverse systems and so the target audience is 79 probably nearly as wide as that of the <acronym>LFS</acronym> book. If you 80 found <acronym>LFS</acronym> useful, you should also like this!</para> 81 82 <para>Since Release 5.0, the <acronym>BLFS</acronym> book version matches 83 the <acronym>LFS</acronym> book version. This book may be incompatible with 84 a previous or latter release of the <acronym>LFS</acronym> book.</para> 85 86 </sect1> 87 88 <sect1 id="preface-organization"> 89 <?dbhtml filename="organization.html"?> 90 <title>Organization</title> 91 92 <para>This book is divided into the following parts.</para> 93 94 <sect2><title>Part I - Introduction</title> 95 <para>This part contains information which is essential to 96 the rest of the book.</para></sect2> 97 98 <sect2><title>Part II - Post <acronym>LFS</acronym> Configuration and Extra 99 Software</title> 100 <para>Here we introduce basic configuration and security issues. We also 101 discuss a range of editors, file systems and shells which aren't covered in 102 the main <acronym>LFS</acronym> book.</para></sect2> 103 104 <sect2><title>Part III - General Libraries and Utilities</title> 105 <para>In this section we cover libraries which are often needed by the rest 106 of the book as well as system utilities. Information on Programming 107 (including recompiling <application>GCC</application> to support its full range 108 of languages) concludes this part.</para></sect2> 109 110 <sect2><title>Part IV - Connecting to a Network</title> 111 <para>Here we cover how to connect to a network when you aren't using 112 the simple static <acronym>IP</acronym> setup given in the main 113 <acronym>LFS</acronym> book.</para></sect2> 114 115 <sect2><title>Part V - Basic Networking</title> 116 <para>Networking libraries and command-line networking tools make up the 117 bulk of this part.</para></sect2> 118 119 <sect2><title>Part VI - Server Networking</title> 120 <para>Here we deal with setting up mail and other servers (such as 121 <application><acronym>SSH</acronym></application>, <application><acronym>CVS 122 </acronym></application>, etc.).</para></sect2> 123 124 <sect2><title>Part VII - Content Serving</title> 125 <para>In this part we deal with databases and web server software.</para></sect2> 126 127 <sect2><title>Part VIII - X + Window Managers</title> 128 <para>This part explains how to set up a basic 129 X Window System installation along 130 with some generic <application>X</application> libraries and Window managers.</para></sect2> 131 132 <sect2><title>Part IX - KDE</title> 133 <para>For those who want to use the K Desktop Environment or some parts of 134 it, this part covers it.</para></sect2> 135 136 <sect2><title>Part X - GNOME</title> 137 <para>GNOME is the main alternative to KDE in the Desktop Environment arena and 138 we cover both GNOME-1.4 139 and GNOME-&gnome-version; here.</para></sect2> 140 141 <sect2><title>Part XI - X Software</title> 142 <para>Office programs and graphical web browsers are important to most people. 143 They, along with some generic <application>X</application> software can be 144 found in this part of the book.</para></sect2> 145 146 <sect2><title>Part XII - Multimedia</title> 147 <para>Here we cover setting multimedia libraries and drivers along with some 148 audio, video and <acronym>CD</acronym>-writing programs.</para></sect2> 149 150 <sect2><title>Part XIII - Printing, Scanning and Typesetting</title> 151 <para>The <acronym>PST</acronym> part of the book covers things from 152 <application>Ghostscript</application>, <application><acronym>CUPS</acronym> 153 </application> and <application>DocBook</application> 154 to installing <application>TeX</application>.</para></sect2> 155 156 <sect2><title>Appendices</title> 157 <para>The Appendices cover information which doesn't belong in the main 158 book; they are mainly there as a reference.</para></sect2> 159 160 </sect1> 8 161 9 162 </preface> -
stylesheets/blfs.css
radd4a24 r4122007 39 39 40 40 .prev { 41 width: 40% 41 42 float: left; 42 43 text-align: left; … … 45 46 46 47 .next { 48 width: 40% 47 49 float: right; 48 50 text-align: right;
Note:
See TracChangeset
for help on using the changeset viewer.