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 /appendixa | |
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
Diffstat (limited to 'appendixa')
-rw-r--r-- | appendixa/appendixa.xml | 1 | ||||
-rw-r--r-- | appendixa/reiserfs-desc.xml | 30 | ||||
-rw-r--r-- | appendixa/reiserfs.xml | 8 |
3 files changed, 39 insertions, 0 deletions
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> + |