blob: 996770a133f5e2b158c25e62160aeb8668560e84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<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 &&
make &&
make install</userinput></screen></para>
</sect2>
|