glfs/postlfs/filesystems/reiser/reiser-inst.xml
Larry Lawrence 0cef228a1e update slang, add patch to reiserfs and add sed to bc
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@841 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-11 03:51:48 +00:00

15 lines
432 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 /sbin/fsck.reiserfs reiserfsck &amp;&amp;
ln -sf /sbin/mkfs.reiserfs mkreiserfs</userinput></screen></para>
</sect2>