glfs/postlfs/filesystems/reiser/reiser-inst.xml
Larry Lawrence 262ffc5d14 repair reiser link instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@842 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-11 15:30:41 +00:00

15 lines
431 B
XML

<sect2>
<title>Installation of reiserfs</title>
<para>Install reiserfs by running the following commands:</para>
<para><screen><userinput>patch -Np1 -i ../reiserfsprogs-3.6.5-flush_buffers-bug.patch &amp;&amp;
./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</userinput></screen></para>
</sect2>