Ignore:
Timestamp:
09/13/2003 03:04:22 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5ff3721
Parents:
c815c04
Message:

update to reiserfs-3.6.11

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1053 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
postlfs/filesystems/reiser
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/reiser/reiser-desc.xml

    rc815c04 rf7b26fb  
    22<title>Contents</title>
    33
    4 <para>reiserfsprogs contains <userinput>debugreiserfs</userinput>,
    5 <userinput>mkreiserfs</userinput>, <userinput>reiserfsck</userinput>,
    6 <userinput>resize_reiserfs</userinput> and
    7 <userinput>unpack</userinput>.</para>
     4<para>reiserfsprogs contains <command>debugreiserfs</command>,
     5<command>mkreiserfs</command>, <command>reiserfsck</command>,
     6<command>resize_reiserfs</command> and
     7<command>unpack</command>.</para>
    88
    99</sect2>
     
    1212
    1313<sect3><title>debugreiserfs</title>
    14 <para>debugreiserfs can sometimes help to solve problems with reiserfs
    15 filesystems.  If it is called without options it prints the super block
    16 of any reiserfs filesystem found on the device.</para></sect3>
     14<para><command>debugreiserfs</command> can sometimes help to solve problems
     15with reiserfs filesystems.  If it is called without options it prints the super
     16block of any reiserfs filesystem found on the device.</para></sect3>
    1717
    1818<sect3><title>mkreiserfs</title>
    19 <para>mkreiserfs creates a reiserfs file system.</para></sect3>
     19<para><command>mkreiserfs</command> creates a reiserfs file system.</para>
     20</sect3>
    2021
    2122<sect3><title>reiserfsck</title>
    22 <para>reiserfsck checks a reiserfs file system.</para></sect3>
     23<para><command>reiserfsck</command> checks a reiserfs file system.</para>
     24</sect3>
    2325
    2426<sect3><title>reiserfstune</title>
    25 <para>reiserfstune is used for tuning the ReiserFS journal.  WARNING: Don't
    26 use this utility without first reading the man page
    27 thoroughly.</para></sect3>
     27<para><command>reiserfstune</command> is used for tuning the ReiserFS journal. 
     28<emphasis>WARNING</emphasis>: Don't use this utility without first reading the
     29man page thoroughly.</para></sect3>
    2830
    2931<sect3><title>resize_reiserfs</title>
    30 <para>resize_reiserfs is used to resize an unmounted reiserfs file
    31 system.</para></sect3>
     32<para><command>resize_reiserfs</command> is used to resize an unmounted
     33reiserfs file system.</para></sect3>
    3234
    3335<sect3><title>unpack</title>
    34 <para>The unpack utility can be used to dump reiserfs filesystem
    35 information to files for debugging, much like debugreiserfs.
     36<para>The <command>unpack</command> utility can be used to dump reiserfs
     37filesystem information to files for debugging, much like debugreiserfs.
    3638</para></sect3>
    3739
  • postlfs/filesystems/reiser/reiser-exp.xml

    rc815c04 rf7b26fb  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--prefix=/usr</userinput> : This ensures that
     4<para><command>--prefix=/usr</command> : This ensures that
    55the manual pages are installed in the correct location while still
    66installing the programs in <filename>/sbin</filename> as they should
    77be.</para>
    88
    9 <para><userinput>--sbindir=/sbin</userinput> : This ensures that the reiserfs utilities are installed in <filename>/sbin</filename> as they should be.</para>
     9<para><command>--sbindir=/sbin</command> : This ensures that the reiserfs
     10utilities are installed in <filename>/sbin</filename> as they should be.</para>
    1011
    1112</sect2>
  • postlfs/filesystems/reiser/reiser-inst.xml

    rc815c04 rf7b26fb  
    11<sect2>
    2 <title>Installation of reiserfs</title>
     2<title>Installation of <application>reiserfs</application></title>
    33
    4 <para>Install reiserfs by running the following commands:</para>
     4<para>Install <application>reiserfs</application> by running the following
     5commands:</para>
    56
    6 <para><screen><userinput>patch -Np1 -i ../reiserfsprogs-3.6.5-flush_buffers-bug.patch &amp;&amp;
    7 ./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
    88make &amp;&amp;
    99make install &amp;&amp;
    1010ln -sf reiserfsck /sbin/fsck.reiserfs &amp;&amp;
    11 ln -sf mkreiserfs /sbin/mkfs.reiserfs</userinput></screen></para>
     11ln -sf mkreiserfs /sbin/mkfs.reiserfs</command></userinput></screen>
    1212
    1313</sect2>
  • postlfs/filesystems/reiser/reiser-intro.xml

    rc815c04 rf7b26fb  
    11<sect2>
    2 <title>Introduction to reiserfsutils</title>
     2<title>Introduction to <application>reiserfsutils</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&reiser-download-http;"/>
    5 Download location (FTP):        <ulink url="&reiser-download-ftp;"/>
    6 Version used:                   &reiser-version;
    7 Package size:                   &reiser-size;
    8 Estimated Disk space required:  &reiser-buildsize;
    9 Estimated build time:           &reiser-time;</screen>
    10 <screen>
    11 Additional Download:
    12 <ulink url="ftp://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-3.6.5-flush_buffers-bug.patch">flush_buffers bug patch</ulink></screen>
     4<para>The <application>reiserfsutils</application> package contains various
     5utilities for use with the reiser filesystem.</para>
    136
    14 <para>The reiserfsutils package contains various utilities for use with the
    15 reiser filesystem.</para>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink
     10url="&reiser-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink
     12url="&reiser-download-ftp;"/></para></listitem>
     13<listitem><para>Download size: &reiser-size;</para></listitem>
     14<listitem><para>Estimated Disk space required:
     15&reiser-buildsize;</para></listitem>
     16<listitem><para>Estimated build time:
     17&reiser-time;</para></listitem></itemizedlist>
     18</sect3>
    1619
    1720</sect2>
  • postlfs/filesystems/reiser/reiser.ent

    rc815c04 rf7b26fb  
    44<!ENTITY reiser-exp SYSTEM "reiser-exp.xml">
    55<!ENTITY reiser-desc SYSTEM "reiser-desc.xml">
    6 <!ENTITY reiser-buildsize "3.6 MB">
    7 <!ENTITY reiser-version "3.6.5">
     6<!ENTITY reiser-buildsize "9.3 MB">
     7<!ENTITY reiser-version "3.6.11">
    88<!ENTITY reiser-download-http "http://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-&reiser-version;.tar.gz">
    99<!ENTITY reiser-download-ftp "ftp://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-&reiser-version;.tar.gz">
    10 <!ENTITY reiser-size "356 KB">
    11 <!ENTITY reiser-time "0.43 SBU">
     10<!ENTITY reiser-size "368 KB">
     11<!ENTITY reiser-time "0.16 SBU">
Note: See TracChangeset for help on using the changeset viewer.