mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-09 03:37:18 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@841 af4574ff-66df-0310-9fd7-8a98e5e911e0
15 lines
432 B
XML
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 &&
|
|
./configure --prefix=/usr --sbindir=/sbin &&
|
|
make &&
|
|
make install &&
|
|
ln -sf /sbin/fsck.reiserfs reiserfsck &&
|
|
ln -sf /sbin/mkfs.reiserfs mkreiserfs</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|