diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-10-27 21:06:42 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-10-27 21:06:42 +0000 |
commit | 2443baaf497c491965623107d6fe4f4b505e06aa (patch) | |
tree | 4a1ab8e1ca2890a6660a55d36bd43887c0e3b329 | |
parent | d9de0f90988ddc3fabab1a5e07aedbe0fe899687 (diff) |
[Bugs 25 and 31] Adding reiserfsprogs 3.x.0j and upgrading to lilo-22.0.2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1328 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | Attic/appendixb/appendixb.xml | 1 | ||||
-rw-r--r-- | Attic/appendixb/reiserfs-dep.xml | 12 | ||||
-rw-r--r-- | Attic/appendixb/reiserfs.xml | 8 | ||||
-rw-r--r-- | Attic/appendixd/packages.xml | 1 | ||||
-rw-r--r-- | Attic/appendixd/reiserfs.xml | 2 | ||||
-rw-r--r-- | appendixa/appendixa.xml | 1 | ||||
-rw-r--r-- | appendixa/reiserfs-desc.xml | 30 | ||||
-rw-r--r-- | appendixa/reiserfs.xml | 8 | ||||
-rw-r--r-- | chapter01/changelog.xml | 13 | ||||
-rw-r--r-- | chapter04/packages.xml | 1 | ||||
-rw-r--r-- | chapter04/reiserfs.xml | 4 | ||||
-rw-r--r-- | chapter06/chapter06.xml | 1 | ||||
-rw-r--r-- | chapter06/reiserfs-exp.xml | 9 | ||||
-rw-r--r-- | chapter06/reiserfs-inst.xml | 13 | ||||
-rw-r--r-- | chapter06/reiserfs.xml | 13 | ||||
-rw-r--r-- | index.xml | 25 |
16 files changed, 136 insertions, 6 deletions
diff --git a/Attic/appendixb/appendixb.xml b/Attic/appendixb/appendixb.xml index c2d6d421d..6422ee2b4 100644 --- a/Attic/appendixb/appendixb.xml +++ b/Attic/appendixb/appendixb.xml @@ -49,6 +49,7 @@ &ab-procinfo; &ab-procps; &ab-psmisc; +&ab-reiserfs; &ab-net-tools; &ab-shadow; &ab-sysklogd; diff --git a/Attic/appendixb/reiserfs-dep.xml b/Attic/appendixb/reiserfs-dep.xml new file mode 100644 index 000000000..13f7d9f3e --- /dev/null +++ b/Attic/appendixb/reiserfs-dep.xml @@ -0,0 +1,12 @@ +<sect2> +<title>Dependencies</title> + +<para>Reiserfs-&reiserfs-depversion; needs the following to be +installed:</para> + +<literallayout> +TO BE DETERMINED +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/reiserfs.xml b/Attic/appendixb/reiserfs.xml new file mode 100644 index 000000000..c6429f262 --- /dev/null +++ b/Attic/appendixb/reiserfs.xml @@ -0,0 +1,8 @@ +<sect1 id="ab-reiserfs"> +<title>Reiserfs-&reiserfs-depversion;</title> +<?dbhtml filename="reiserfs.html" dir="appendixb"?> + +&ab-reiserfs-dep; + +</sect1> + diff --git a/Attic/appendixd/packages.xml b/Attic/appendixd/packages.xml index ea0f60b65..720eca81f 100644 --- a/Attic/appendixd/packages.xml +++ b/Attic/appendixd/packages.xml @@ -58,6 +58,7 @@ package quicker.</para> &ad-procinfo; &ad-procps; &ad-psmisc; +&ad-reiserfs; &ad-shadowpwd; &ad-sysklogd; &ad-sysvinit; diff --git a/Attic/appendixd/reiserfs.xml b/Attic/appendixd/reiserfs.xml new file mode 100644 index 000000000..0b31358f4 --- /dev/null +++ b/Attic/appendixd/reiserfs.xml @@ -0,0 +1,2 @@ +Reiserfs (&reiserfs-version;): +<ulink url="ftp://ftp.namesys.com/pub/reiserfsprogs/">ftp://ftp.namesys.com/pub/reiserfsprogs/</ulink> diff --git a/appendixa/appendixa.xml b/appendixa/appendixa.xml index 3dbfcaa4b..27163320f 100644 --- a/appendixa/appendixa.xml +++ b/appendixa/appendixa.xml @@ -47,6 +47,7 @@ &aa-procinfo; &aa-procps; &aa-psmisc; +&aa-reiserfs; &aa-shadowpwd; &aa-sysklogd; &aa-sysvinit; diff --git a/appendixa/reiserfs-desc.xml b/appendixa/reiserfs-desc.xml new file mode 100644 index 000000000..ca2505051 --- /dev/null +++ b/appendixa/reiserfs-desc.xml @@ -0,0 +1,30 @@ +<sect2> +<title>Contents</title> + +<para>The reiserfsprogs package contains the debugreiserfs, mkreiserfs, +reiserfsck, resize_reiserfs and unpack programs.</para> + +</sect2> + +<sect2><title>Description</title> + +<sect3><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></sect3> + +<sect3><title>mkreiserfs</title> +<para>mkreiserfs creates a reiserfs file system.</para></sect3> + +<sect3><title>reiserfsck</title> +<para>reiserfsck checks a reiserfs file system.</para></sect3> + +<sect3><title>resize_reiserfs</title> +<para>resize_reiserfs is used to resize an unmounted reiserfs file +system</para></sect3> + +<sect3><title>unpack</title> +<para>No description is currently available for unpack.</para></sect3> + +</sect2> + diff --git a/appendixa/reiserfs.xml b/appendixa/reiserfs.xml new file mode 100644 index 000000000..daa6afec1 --- /dev/null +++ b/appendixa/reiserfs.xml @@ -0,0 +1,8 @@ +<sect1 id="aa-reiserfs"> +<title>Reiserfsprogs</title> +<?dbhtml filename="reiserfs.html" dir="appendixa"?> + +&aa-reiserfs-desc; + +</sect1> + diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ca4e2790c..32bc19496 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -6,13 +6,21 @@ <itemizedlist> +<listitem><para>Added: + +<itemizedlist> +<listitem><para>reiserfsprogs-3.x.0j</para></listitem> +</itemizedlist> + +</para></listitem> + <listitem><para>Updated to: <itemizedlist> <listitem><para>e2fsprogs-1.25</para></listitem> <listitem><para>gettext-0.10.40</para></listitem> <listitem><para>libtool-1.4.2</para></listitem> -<listitem><para>lilo-22.0</para></listitem> +<listitem><para>lilo-22.0.2</para></listitem> <listitem><para>linux-2.4.10</para></listitem> <listitem><para>man-pages-1.40</para></listitem> <listitem><para>modutils-2.4.10</para></listitem> @@ -23,6 +31,9 @@ </para></listitem> +<listitem><para>October 27th, 2001 [markh]: Chapter 6: Added +reiserfsprogs-3.x.0j and updated to lilo-22.0.2.</para></listitem> + <listitem><para>October 24th, 2001 [markh]: General: Fixed a bundle of spelling errors which were reported.</para></listitem> diff --git a/chapter04/packages.xml b/chapter04/packages.xml index 079e37093..420b38a02 100644 --- a/chapter04/packages.xml +++ b/chapter04/packages.xml @@ -56,6 +56,7 @@ &c3-procinfo; &c3-procps; &c3-psmisc; +&c3-reiserfs; &c3-shadowpwd; &c3-sysklogd; &c3-sysvinit; diff --git a/chapter04/reiserfs.xml b/chapter04/reiserfs.xml new file mode 100644 index 000000000..bb30c89f2 --- /dev/null +++ b/chapter04/reiserfs.xml @@ -0,0 +1,4 @@ +Reiserfsprogs (&reiserfs-version;) - &reiserfs-size;: +<ulink url="&ftp;/reiserfsprogs-&reiserfs-version;.tar.bz2">&ftp;/reiserfsprogs-&reiserfs-version;.tar.bz2</ulink> +<ulink url="&http;/reiserfsprogs-&reiserfs-version;.tar.bz2">&http;/reiserfsprogs-&reiserfs-version;.tar.bz2</ulink> + diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 4fc4c505d..ae74dd7ef 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -46,6 +46,7 @@ &c6-procinfo; &c6-procps; &c6-psmisc; +&c6-reiserfs; &c6-sed; &c6-shellutils; &c6-nettools; diff --git a/chapter06/reiserfs-exp.xml b/chapter06/reiserfs-exp.xml new file mode 100644 index 000000000..7a2b224a3 --- /dev/null +++ b/chapter06/reiserfs-exp.xml @@ -0,0 +1,9 @@ +<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> + diff --git a/chapter06/reiserfs-inst.xml b/chapter06/reiserfs-inst.xml new file mode 100644 index 000000000..cac679bfd --- /dev/null +++ b/chapter06/reiserfs-inst.xml @@ -0,0 +1,13 @@ +<sect2> +<title>Installation of Reiserfsprogs</title> + +<para>Reiserfsprogs only needs to be installed if you intend on using +the reiserfs filesystem. Install Reiserfsprogs by running the +following commands:</para> + +<para><screen><userinput>./configure --mandir=/usr/share/man &&</userinput> +<userinput>make &&</userinput> +<userinput>make install</userinput></screen></para> + +</sect2> + diff --git a/chapter06/reiserfs.xml b/chapter06/reiserfs.xml new file mode 100644 index 000000000..11646138a --- /dev/null +++ b/chapter06/reiserfs.xml @@ -0,0 +1,13 @@ +<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; +&ab-reiserfs-dep; + +</sect1> @@ -117,6 +117,7 @@ <!ENTITY c3-bin86 SYSTEM "chapter3/bin86.xml"> <!ENTITY c3-kbd SYSTEM "chapter3/kbd.xml"> <!ENTITY c3-e2fsprogs SYSTEM "chapter3/e2fsprogs.xml"> +<!ENTITY c3-reiserfs SYSTEM "chapter3/reiserfs.xml"> <!ENTITY c3-lilo SYSTEM "chapter3/lilo.xml"> <!ENTITY c3-modutils SYSTEM "chapter3/modutils.xml"> <!ENTITY c3-procinfo SYSTEM "chapter3/procinfo.xml"> @@ -244,6 +245,9 @@ <!ENTITY c6-e2fsprogs SYSTEM "chapter6/e2fsprogs.xml"> <!ENTITY c6-e2fsprogs-inst SYSTEM "chapter6/e2fsprogs-inst.xml"> <!ENTITY c6-e2fsprogs-exp SYSTEM "chapter6/e2fsprogs-exp.xml"> +<!ENTITY c6-reiserfs SYSTEM "chapter6/reiserfs.xml"> +<!ENTITY c6-reiserfs-inst SYSTEM "chapter6/reiserfs-inst.xml"> +<!ENTITY c6-reiserfs-exp SYSTEM "chapter6/reiserfs-exp.xml"> <!ENTITY c6-file SYSTEM "chapter6/file.xml"> <!ENTITY c6-file-inst SYSTEM "chapter6/file-inst.xml"> <!ENTITY c6-file-exp SYSTEM "chapter6/file-exp.xml"> @@ -400,6 +404,8 @@ <!ENTITY aa-kernel-desc SYSTEM "appendixa/kernel-desc.xml"> <!ENTITY aa-e2fsprogs SYSTEM "appendixa/e2fsprogs.xml"> <!ENTITY aa-e2fsprogs-desc SYSTEM "appendixa/e2fsprogs-desc.xml"> +<!ENTITY aa-reiserfs SYSTEM "appendixa/reiserfs.xml"> +<!ENTITY aa-reiserfs-desc SYSTEM "appendixa/reiserfs-desc.xml"> <!ENTITY aa-file SYSTEM "appendixa/file.xml"> <!ENTITY aa-file-desc SYSTEM "appendixa/file-desc.xml"> <!ENTITY aa-fileutils SYSTEM "appendixa/fileutils.xml"> @@ -540,6 +546,8 @@ <!ENTITY ab-kbd-dep SYSTEM "appendixb/kbd-dep.xml"> <!ENTITY ab-e2fsprogs SYSTEM "appendixb/e2fsprogs.xml"> <!ENTITY ab-e2fsprogs-dep SYSTEM "appendixb/e2fsprogs-dep.xml"> +<!ENTITY ab-reiserfs SYSTEM "appendixb/reiserfs.xml"> +<!ENTITY ab-reiserfs-dep SYSTEM "appendixb/reiserfs-dep.xml"> <!ENTITY ab-lilo SYSTEM "appendixb/lilo.xml"> <!ENTITY ab-lilo-dep SYSTEM "appendixb/lilo-dep.xml"> <!ENTITY ab-modutils SYSTEM "appendixb/modutils.xml"> @@ -620,6 +628,7 @@ <!ENTITY ad-bin86 SYSTEM "appendixd/bin86.xml"> <!ENTITY ad-kbd SYSTEM "appendixd/kbd.xml"> <!ENTITY ad-e2fsprogs SYSTEM "appendixd/e2fsprogs.xml"> +<!ENTITY ad-reiserfs SYSTEM "appendixd/reiserfs.xml"> <!ENTITY ad-lilo SYSTEM "appendixd/lilo.xml"> <!ENTITY ad-modutils SYSTEM "appendixd/modutils.xml"> <!ENTITY ad-procinfo SYSTEM "appendixd/procinfo.xml"> @@ -632,9 +641,9 @@ <!ENTITY ad-netkitbase SYSTEM "appendixd/netkitbase.xml"> <!ENTITY ad-nettools SYSTEM "appendixd/nettools.xml"> -<!ENTITY all-version "cvs-20011007-1758"> -<!ENTITY all-size-kb "78,460 KB"> -<!ENTITY all-size-mb "76.62 MB"> +<!ENTITY all-version "cvs-20011027-1400"> +<!ENTITY all-size-kb "79,620 MB"> +<!ENTITY all-size-mb "77.80 MB"> <!ENTITY bootscripts-version "cvs-20010907-2249"> @@ -916,9 +925,15 @@ <!ENTITY e2fsprogs-compsize "21 MB"> <!ENTITY e2fsprogs-time "2 minutes"> -<!ENTITY lilo-version "22.0"> +<!ENTITY reiserfs-version "3.x.0j"> +<!ENTITY reiserfs-depversion "N/A"> +<!ENTITY reiserfs-size "196 Kb"> +<!ENTITY reiserfs-compsize "TBD"> +<!ENTITY reiserfs-time "TBD"> + +<!ENTITY lilo-version "22.0.2"> <!ENTITY lilo-depversion "21.7.5"> -<!ENTITY lilo-size "251 KB"> +<!ENTITY lilo-size "252 KB"> <!ENTITY lilo-compsize "3 MB"> <!ENTITY lilo-time "1 minute"> |