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 /chapter06/reiserfs-inst.xml | |
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 'chapter06/reiserfs-inst.xml')
-rw-r--r-- | chapter06/reiserfs-inst.xml | 13 |
1 files changed, 13 insertions, 0 deletions
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> + |