Changeset 4122007


Ignore:
Timestamp:
06/10/2004 02:40:59 AM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5f610523
Parents:
add4a24
Message:

Initial update with new xml style

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2285 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 added
30 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    radd4a24 r4122007  
    9090
    9191validate:
    92         xmllint --noout --valid index.xml
     92        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
    19<glossary id="appendices-glossary">
    210<?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
    18<bookinfo>
    29<title>Beyond Linux From Scratch</title>
    310<subtitle>Version &version;</subtitle>
    4 &book-info-authorgroup;
     11
     12
     13<authorgroup>
     14<corpauthor>
     15        BLFS Development Team
     16</corpauthor>
     17</authorgroup>
     18
    519<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
     35modification, are permitted provided that the following conditions are
     36met:</para>
     37
     38<itemizedlist>
     39<listitem><para>Redistributions in any form must retain the above copyright
     40notice, 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
     43its contributors may be used to endorse or promote products derived from
     44this material without specific prior written permission.</para></listitem>
     45
     46<listitem><para>Any material derived from Linux From Scratch must contain
     47a 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
     51IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     52IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
     53DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
     54DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
     55(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
     56LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
     57ANY 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
     59SOFTWARE, 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
     87guides the reader through additions to the system including networking, X
     88support, sound support and printer and scanner support.</para>
     89
     90</abstract>
    1091
    1192</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]>
    17<dedication role="dsssl">
    28<title>Dedication</title>
  • index.xml

    radd4a24 r4122007  
    2727
    2828%book;
    29 %preface;
    30 %introduction;
     29<!-- %preface;
     30%introduction;  -->
    3131%postlfs;
    3232%general;
     
    4141%multimedia;
    4242%pst;
    43 %appendices;
     43<!-- %appendices; -->
    4444
    4545]>
     
    4747<book>
    4848
    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"/>
    5075
    5176</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
    18<sect1 id="intro-important-beyond">
    29<?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
    18<sect1 id="intro-important-bootscripts" xreflabel="blfs-bootscripts-&blfs-bootscripts-version;">
    29<?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
    18<sect1 id="intro-important-patches">
    29<?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
    18<sect1 id="intro-important-pkgmgt">
    29<?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
    18<sect1 id="intro-important-position">
    29<?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
    18<sect1 id="intro-important-unpacking">
    29<?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
    19<part id="introduction" xreflabel="Introduction">
    210<?dbhtml filename="introduction.html" dir="introduction"?>
    311<title>Introduction</title>
    412
    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>
     19book, it isn't designed to be followed straight through.  Reading the <xref
     20linkend="intro-welcome-whichsections"/> part of this chapter should help guide
     21you through the book.</para>
     22 
     23<para>Please read most of this part of the book carefully as it explains
     24quite 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>
    752
    853</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
    18<sect1 id="intro-welcome-acknowledgments">
    29<?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
    18<sect1 id="intro-welcome-askhelp">
    29<?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
    18<sect1 id="intro-welcome-changelog" role="dsssl">
    29<?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
    18<sect1 id="intro-welcome-contactinfo">
    29<?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
    18<sect1 id="intro-welcome-conventions">
    29<?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
    18<sect1 id="intro-welcome-credits" xreflabel="Credits">
    29<?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
    18<sect1 id="intro-welcome-maillists" xreflabel="Mailing lists">
    29<?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
    18<sect1 id="intro-welcome-newsserver">
    29<?dbhtml filename="newsserver.html"?>
     
    714mailing list will be copied to its correspondent newsgroup, and vice versa.</para>
    815
    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
     17url="news:news.linuxfromscratch.org">news.linuxfromscratch.org</ulink>.</para>
    1018
    1119</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
    18<sect1 id="intro-welcome-version" xreflabel="Book Version" role="dsssl">
    29<?dbhtml filename="version.html"?>
     
    1017</sect1>
    1118
    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 setup
    16 world-wide to make it easier and more convenient for you to access the
    17 website.  Please visit the <ulink url="http://www.linuxfromscratch.org/blfs">
    18 http://www.linuxfromscratch.org/blfs</ulink> website for the list of current
    19 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
    18<sect1 id="intro-welcome-whichsections" xreflabel="Which sections of the book?">
    29<?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
    18<sect1 id="postlfs-filesystems-ext3">
    29<?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
    18<chapter id="postlfs-filesystems">
    29<?dbhtml filename="filesystems.html"?>
     
    916file systems.</para>
    1017
    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;
    1223&reiser;
    1324&xfs;
     25-->
    1426
    1527</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
    114<sect1 id="reiserfs" xreflabel="ReiserFS-&reiser-version;">
    215<?dbhtml filename="reiserfs.html"?>
    316<title>ReiserFS-&reiser-version;</title>
    417
    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
     22utilities 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
     27url="&reiser-download-http;"/></para></listitem>
     28<listitem><para>Download (FTP): <ulink
     29url="&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
     43commands:</para>
     44
     45<screen><userinput><command>./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
     46make &amp;&amp;
     47make install &amp;&amp;
     48ln -sf reiserfsck /sbin/fsck.reiserfs &amp;&amp;
     49ln -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
     57the manual pages are installed in the correct location while still
     58installing the programs in <filename class="directory">/sbin</filename> as they should
     59be.</para>
     60
     61<para><parameter>--sbindir=/sbin</parameter>: This ensures that the
     62<application>ReiserFS</application>
     63utilities 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
     82with <application>ReiserFS</application> file systems.  If it is called without
     83options, it prints the super block of any reiserfs file system found on the
     84device.</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
     100man 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>
     109file system information to files for debugging, much like
     110<command>debugreiserfs</command>.
     111</para></sect3>
     112
     113</sect2>
    9114
    10115</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
    113<sect1 id="xfs" xreflabel="XFS-&xfsprogs-version;">
    214<?dbhtml filename="xfsfs.html"?>
    315<title>XFS-&xfsprogs-version;</title>
    416
    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
     21and 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
     26url="&xfsprogs-download-http;"/></para></listitem>
     27<listitem><para>Download (FTP): <ulink
     28url="&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
     43commands:</para>
     44
     45<screen><userinput><command>sed -i 's/autoconf//' Makefile &amp;&amp;
     46make &amp;&amp;
     47make 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>
     83file 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
     95consistency.</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
     101parallel.</para></sect3>
     102
     103<sect3><title>xfs_db</title>
     104<para><command>xfs_db</command> is used to debug an <acronym>XFS</acronym>
     105file 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
     117system 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
     122file I/O path rather than the raw <acronym>XFS</acronym> volume
     123itself.</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,
     131padded 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
     135an <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
     143partition on an <acronym>XFS</acronym> file system.</para></sect3>
     144
     145</sect2>
    8146
    9147</sect1>
  • postlfs/postlfs.ent

    radd4a24 r4122007  
    3737<!ENTITY postlfs-security-syslog SYSTEM "security/syslog.xml">
    3838
    39 <!-- Filesystems -->
     39<!-- Filesystems
    4040<!ENTITY postlfs-filesystems SYSTEM "filesystems/filesystems.xml">
    4141<!ENTITY postlfs-filesystems-ext3 SYSTEM "filesystems/ext3.xml">
     
    4444<!ENTITY % xfs SYSTEM "filesystems/xfs/xfs.ent">
    4545%xfs;
     46-->
    4647
    4748<!-- Editors -->
  • postlfs/postlfs.xml

    radd4a24 r4122007  
    55&postlfs-config;
    66&postlfs-security;
    7 &postlfs-filesystems;
     7<!-- &postlfs-filesystems; -->
     8<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="postlfs/filesystems/filesystems.xml"/>
    89&postlfs-editors;
    910&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
    18<preface id="preface">
    29<?dbhtml filename="preface.html" dir="preface"?>
    310<title>Preface</title>
    411
    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
     17noticed that we were getting many queries as to how to do things beyond
     18the base <acronym>LFS</acronym> system.  At the time, the only assistance
     19specifically offered relating to <acronym>LFS</acronym> were the
     20<acronym>LFS</acronym> hints (<ulink url="&hints-root;">&hints-root;</ulink>).
     21Most of the <acronym>LFS</acronym> hints are extremely good and well written
     22but I (and others) could still see a need for more comprehensive help to
     23go 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
     27much of our work is based around the hints and indeed some authors write
     28both hints and the relevant <acronym>BLFS</acronym> sections.  We hope that
     29we can provide you with enough information to not only manage to build your
     30system up to what you want, whether it be a web server or a multimedia desktop
     31system, but also that you will learn a lot about system configuration as
     32you go.</para>
     33
     34<para>Thanks as ever go to everyone in the <acronym>LFS</acronym>/<acronym>BLFS</acronym>
     35community; especially those who have contributed instructions, written text,
     36answered questions and generally shouted when things were wrong!</para>
     37
     38<para>Finally, we encourage you to become involved in the community; ask
     39questions on the mailing list or news gateway and join in the fun on #lfs at
     40irc.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
     46markh &lt;at&gt; linuxfromscratch.org
     47BLFS Editor (July 2001 - March 2003)</literallayout></blockquote>
     48
     49<para>I still remember how I found the <acronym>BLFS</acronym> project
     50and started using the instructions that were completed at the time.  I could
     51not believe how wonderful it was to get an application up and running very
     52quickly, with explanations as to why things were done a certain way.
     53Unfortunately, for me, it wasn't long before I was opening applications that
     54had nothing more  than "To be done" on the page.  I did what most would do,
     55I waited for someone else to do it.  It wasn't too long before I am looking
     56through  <application>Bugzilla</application> for something easy to do.
     57As with any learning experience, the definition of what was easy kept
     58changing.</para>
     59
     60<para>We still encourage you to become involved as <acronym>BLFS</acronym> is
     61never really finished.  Contributing or just using, we hope you enjoy
     62your <acronym>BLFS</acronym> experience.</para>
     63
     64<blockquote><literallayout>Larry Lawrence
     65larry &lt;at&gt; linuxfromscratch.org
     66BLFS 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
     75on the <acronym>LFS</acronym> book.  It will also be useful for those who are
     76using other distributions, but for one reason or another want to manually build
     77software and are in need of some assistance.  <acronym>BLFS</acronym> can be
     78used to create a range of diverse systems and so the target audience is
     79probably nearly as wide as that of the <acronym>LFS</acronym> book.  If you
     80found <acronym>LFS</acronym> useful, you should also like this!</para>
     81
     82<para>Since Release 5.0, the <acronym>BLFS</acronym> book version matches
     83the <acronym>LFS</acronym> book version. This book may be incompatible with
     84a 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
     96the rest of the book.</para></sect2>
     97
     98<sect2><title>Part II - Post <acronym>LFS</acronym> Configuration and Extra
     99Software</title>
     100<para>Here we introduce basic configuration and security issues.  We also
     101discuss a range of editors, file systems and shells which aren't covered in
     102the 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
     106of the book as well as system utilities.  Information on Programming
     107(including recompiling <application>GCC</application> to support its full range
     108of 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
     112the 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
     117bulk 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
     129X Window System installation along
     130with 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
     134it, 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
     138we cover both GNOME-1.4
     139and 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. 
     143They, along with some generic <application>X</application> software can be
     144found 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
     148audio, 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>
     154to 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
     158book; they are mainly there as a reference.</para></sect2>
     159
     160</sect1>
    8161
    9162</preface>
  • stylesheets/blfs.css

    radd4a24 r4122007  
    3939
    4040.prev {
     41  width: 40%
    4142  float: left;
    4243  text-align: left;
     
    4546
    4647.next {
     48  width: 40%
    4749  float: right;
    4850  text-align: right;
Note: See TracChangeset for help on using the changeset viewer.