Ver código fonte

Removed reiserfsprogs xml files.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2040 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Timothy Bauscher 23 anos atrás
pai
commit
9be68e94b2

+ 0 - 25
appendixa/reiserfs-dep.xml

@@ -1,25 +0,0 @@
-<sect2>
-<title>Reiserfs Installation Dependencies</title>
-
-<para>Last checked against version &reiserfs-depversion;.</para>
-
-<literallayout>
-Autoconf: autoconf, autoheader
-Automake: aclocal, automake
-Bash: sh
-Binutils: ar, as, ld, ranlib
-Diffutils: cmp
-Fileutils: chmod, install, ls, rm
-Gcc: cc1, collect2, cpp0, gcc
-Grep: egrep, grep
-M4: m4
-Make: make
-Gawk: gawk
-Sed: sed
-Sh-utils: echo, expr, hostname, sleep
-Texinfo: makeinfo
-Textutils: cat, tr
-</literallayout>
-
-</sect2>
-

+ 0 - 36
appendixa/reiserfs-desc.xml

@@ -1,36 +0,0 @@
-<sect2><title>Contents of Reiserfsprogs</title>
-
-<para>Last checked against version &reiserfs-contversion;.</para>
-
-<sect3><title>Program Files</title>
-<para>debugreiserfs, mkreiserfs, reiserfsck, reiserfstune, resize_reiserfs
-and unpack</para></sect3>
-
-<sect3><title>Descriptions</title>
-
-<sect4><title>debugreiserfs</title>
-<para>debugreiserfs can sometimes help to solve problems with reiserfs 
-filesystems.  If it is called without options it prints the super block 
-of any reiserfs filesystem found on the device.</para></sect4>
-
-<sect4><title>mkreiserfs</title>
-<para>mkreiserfs creates a reiserfs file system.</para></sect4>
-
-<sect4><title>reiserfsck</title>
-<para>reiserfsck checks a reiserfs file system.</para></sect4>
-
-<sect4><title>reiserfstune</title>
-<para>reiserfstune is used to tune the reiserfs journal.</para></sect4>
-
-<sect4><title>resize_reiserfs</title>
-<para>resize_reiserfs is used to resize an unmounted reiserfs file 
-system.</para></sect4>
-
-<sect4><title>unpack</title>
-<para>unpack is used to unpack reiserfs metadata into a specified
-partition or file.</para></sect4>
-
-</sect3>
-
-</sect2>
-

+ 0 - 6
appendixa/reiserfs-down.xml

@@ -1,6 +0,0 @@
-<sect2>
-<title>Official Download Location</title>
-
-<para><literallayout>Reiserfs (&reiserfs-version;):
-<ulink url="ftp://ftp.namesys.com/pub/reiserfsprogs/"/></literallayout></para>
-</sect2>

+ 0 - 10
appendixa/reiserfs.xml

@@ -1,10 +0,0 @@
-<sect1 id="aa-reiserfs">
-<title>Reiserfsprogs</title>
-<?dbhtml filename="reiserfs.html" dir="appendixa"?>
-
-&aa-reiserfs-down;
-&aa-reiserfs-desc;
-&aa-reiserfs-dep;
-
-</sect1>
-

+ 0 - 3
chapter04/reiserfs.xml

@@ -1,3 +0,0 @@
-Reiserfsprogs (&reiserfs-version;) - &reiserfs-size;:
-<ulink url="&ftp;/reiserfsprogs-&reiserfs-version;.tar.bz2"/>
-<ulink url="&http;/reiserfsprogs-&reiserfs-version;.tar.bz2"/>

+ 0 - 9
chapter06/reiserfs-exp.xml

@@ -1,9 +0,0 @@
-<sect2>
-<title>Command explanations</title>
-
-<para><userinput>--mandir=/usr/share/man:</userinput> This ensures that
-the manual pages are installed in the correct location while still
-installing the programs in <filename>/sbin</filename> as they should be.</para>
-
-</sect2>
-

+ 0 - 13
chapter06/reiserfs-inst.xml

@@ -1,13 +0,0 @@
-<sect2>
-<title>Installation of Reiserfsprogs</title>
-
-<para>Reiserfsprogs only needs to be installed if you intend to use
-the reiserfs filesystem.  Install Reiserfsprogs by running the 
-following commands:</para>
-
-<para><screen><userinput>./configure --mandir=/usr/share/man &amp;&amp;
-make &amp;&amp;
-make install</userinput></screen></para>
-
-</sect2>
-

+ 0 - 13
chapter06/reiserfs.xml

@@ -1,13 +0,0 @@
-<sect1 id="ch06-reiserfs">
-<title>Installing Reiserfsprogs-&reiserfs-version;</title>
-<?dbhtml filename="reiserfs.html" dir="chapter06"?>
-
-<screen>Estimated build time:           &reiserfs-time;
-Estimated required disk space:  &reiserfs-compsize;</screen>
-
-&c6-reiserfs-inst;
-&c6-reiserfs-exp;
-&aa-reiserfs-desc;
-&aa-reiserfs-dep;
-
-</sect1>

+ 0 - 20
entities/reiserfs.ent

@@ -1,20 +0,0 @@
-<!ENTITY c3-reiserfs SYSTEM "../chapter03/reiserfs.xml">
-
-<!ENTITY c6-reiserfs SYSTEM "../chapter06/reiserfs.xml">
-<!ENTITY c6-reiserfs-inst SYSTEM "../chapter06/reiserfs-inst.xml">
-<!ENTITY c6-reiserfs-exp SYSTEM "../chapter06/reiserfs-exp.xml">
-
-<!ENTITY aa-reiserfs SYSTEM "../appendixa/reiserfs.xml">
-<!ENTITY aa-reiserfs-desc SYSTEM "../appendixa/reiserfs-desc.xml">
-<!ENTITY aa-reiserfs-dep SYSTEM "../appendixa/reiserfs-dep.xml">
-<!ENTITY aa-reiserfs-down SYSTEM "../appendixa/reiserfs-down.xml">
-
-<!ENTITY reiserfs-version "3.x.1b">
-<!ENTITY reiserfs-depversion "3.x.0j">
-<!ENTITY reiserfs-contversion "3.x.1b">
-<!ENTITY reiserfs-size "243 KB">
-<!ENTITY reiserfs-dir "reiserfs-&reiserfs-version;">
-<!ENTITY reiserfs-package "reiserfs-&reiserfs-version;.tar.bz2">
-
-<!ENTITY reiserfs-compsize "6 MB">
-<!ENTITY reiserfs-time "1 minute">