[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
This commit is contained in:
Mark Hymers 2001-10-27 21:06:42 +00:00
parent d9de0f9098
commit 2443baaf49
16 changed files with 136 additions and 6 deletions

View File

@ -49,6 +49,7 @@
&ab-procinfo;
&ab-procps;
&ab-psmisc;
&ab-reiserfs;
&ab-net-tools;
&ab-shadow;
&ab-sysklogd;

View File

@ -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>

View File

@ -0,0 +1,8 @@
<sect1 id="ab-reiserfs">
<title>Reiserfs-&reiserfs-depversion;</title>
<?dbhtml filename="reiserfs.html" dir="appendixb"?>
&ab-reiserfs-dep;
</sect1>

View File

@ -58,6 +58,7 @@ package quicker.</para>
&ad-procinfo;
&ad-procps;
&ad-psmisc;
&ad-reiserfs;
&ad-shadowpwd;
&ad-sysklogd;
&ad-sysvinit;

View File

@ -0,0 +1,2 @@
Reiserfs (&reiserfs-version;):
<ulink url="ftp://ftp.namesys.com/pub/reiserfsprogs/">ftp://ftp.namesys.com/pub/reiserfsprogs/</ulink>

View File

@ -47,6 +47,7 @@
&aa-procinfo;
&aa-procps;
&aa-psmisc;
&aa-reiserfs;
&aa-shadowpwd;
&aa-sysklogd;
&aa-sysvinit;

View File

@ -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>

8
appendixa/reiserfs.xml Normal file
View File

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

View File

@ -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>

View File

@ -56,6 +56,7 @@
&c3-procinfo;
&c3-procps;
&c3-psmisc;
&c3-reiserfs;
&c3-shadowpwd;
&c3-sysklogd;
&c3-sysvinit;

4
chapter04/reiserfs.xml Normal file
View File

@ -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>

View File

@ -46,6 +46,7 @@
&c6-procinfo;
&c6-procps;
&c6-psmisc;
&c6-reiserfs;
&c6-sed;
&c6-shellutils;
&c6-nettools;

View File

@ -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>

View File

@ -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>

13
chapter06/reiserfs.xml Normal file
View File

@ -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>

View File

@ -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">