glfs/postlfs/filesystems/reiser/reiser-inst.xml

15 lines
420 B
XML
Raw Normal View History

<sect2>
<title>Installation of <application>ReiserFS</application></title>
<para>Install <application>ReiserFS</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
ln -sf reiserfsck /sbin/fsck.reiserfs &amp;&amp;
ln -sf mkreiserfs /sbin/mkfs.reiserfs</command></userinput></screen>
</sect2>