Ignore:
Timestamp:
01/27/2005 06:24:29 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a56c29d
Parents:
852cd813
Message:

Added indexing tags to Chapter 5 package instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/reiser.xml

    r852cd813 rdcee0f2f  
    88  <!ENTITY reiser-download-ftp "ftp://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-&reiser-version;.tar.gz">
    99  <!ENTITY reiser-size "400 KB">
    10   <!ENTITY reiser-buildsize "5.8 MB">
     10  <!ENTITY reiser-buildsize "7.9 MB">
    1111  <!ENTITY reiser-time "0.16 SBU">
    1212]>
     
    1919<?dbhtml filename="reiserfs.html"?>
    2020<title>ReiserFS-&reiser-version;</title>
     21<indexterm zone="reiserfs">
     22<primary sortas="a-ReiserFS">ReiserFS</primary>
     23</indexterm>
    2124
    2225<sect2>
     
    4851
    4952<screen><userinput><command>./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
    50 make &amp;&amp;
    51 make install &amp;&amp;
     53make</command></userinput></screen>
     54
     55<para>Now, as the root user:</para>
     56
     57<screen><userinput role='root'><command>make install &amp;&amp;
    5258ln -sf reiserfsck /sbin/fsck.reiserfs &amp;&amp;
    5359ln -sf mkreiserfs /sbin/mkfs.reiserfs</command></userinput></screen>
     
    6066<para><parameter>--prefix=/usr</parameter>: This ensures that
    6167the manual pages are installed in the correct location while still
    62 installing the programs in <filename class="directory">/sbin</filename> as they should
    63 be.</para>
     68installing the programs in <filename class="directory">/sbin</filename> as
     69they should be.</para>
    6470
    6571<para><parameter>--sbindir=/sbin</parameter>: This ensures that the
    66 <application>ReiserFS</application>
    67 utilities are installed in <filename class="directory">/sbin</filename> as they should be.</para>
     72<application>ReiserFS</application> utilities are installed in
     73<filename class="directory">/sbin</filename> as they should be.</para>
    6874
    6975</sect2>
     
    7278<title>Contents</title>
    7379
    74 <para><application>ReiserFS</application> contains <command>debugreiserfs</command>,
    75 <command>mkreiserfs</command>, <command>reiserfsck</command>,
    76 <command>resize_reiserfs</command> and
    77 <command>unpack</command>.</para>
     80<segmentedlist>
     81<segtitle>Installed Programs</segtitle>
     82<segtitle>Installed Libraries</segtitle>
     83<segtitle>Installed Directories</segtitle>
    7884
    79 </sect2>
     85<seglistitem>
     86<seg>debugreiserfs, mkreiserfs, reiserfsck, reiserfstune and
     87resize_reiserfs</seg>
     88<seg>None</seg>
     89<seg>None</seg>
     90</seglistitem>
     91</segmentedlist>
    8092
    81 <sect2><title>Description</title>
     93<variablelist>
     94<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     95<?dbfo list-presentation="list"?>
    8296
    83 <sect3><title>debugreiserfs</title>
     97<varlistentry id="debugreiserfs">
     98<term><command>debugreiserfs</command></term>
     99<listitem><para>can sometimes help to solve problems with
     100<application>ReiserFS</application> file systems.  If it is called without
     101options, it prints the super block of any reiserfs file system found on the
     102device.</para>
     103<indexterm zone="reiserfs debugreiserfs">
     104<primary sortas="b-debugreiserfs">debugreiserfs</primary>
     105</indexterm></listitem>
     106</varlistentry>
    84107
    85 <para><command>debugreiserfs</command> can sometimes help to solve problems
    86 with <application>ReiserFS</application> file systems.  If it is called without
    87 options, it prints the super block of any reiserfs file system found on the
    88 device.</para></sect3>
     108<varlistentry id="mkreiserfs">
     109<term><command>mkreiserfs</command></term>
     110<listitem><para>creates a <application>ReiserFS</application> file
     111system.</para>
     112<indexterm zone="reiserfs mkreiserfs">
     113<primary sortas="b-mkreiserfs">mkreiserfs</primary>
     114</indexterm></listitem>
     115</varlistentry>
    89116
    90 <sect3><title>mkreiserfs</title>
    91 <para><command>mkreiserfs</command> creates a
     117<varlistentry id="reiserfsck">
     118<term><command>reiserfsck</command></term>
     119<listitem><para>is used to check or repair a
    92120<application>ReiserFS</application> file system.</para>
    93 </sect3>
     121<indexterm zone="reiserfs reiserfsck">
     122<primary sortas="b-reiserfsck">reiserfsck</primary>
     123</indexterm></listitem>
     124</varlistentry>
    94125
    95 <sect3><title>reiserfsck</title>
    96 <para><command>reiserfsck</command> checks a
     126<varlistentry id="reiserfstune">
     127<term><command>reiserfstune</command></term>
     128<listitem><para>is used for tuning the <application>ReiserFS</application>
     129journal. <emphasis>WARNING</emphasis>: Don't use this utility without first
     130reading the man page thoroughly.</para>
     131<indexterm zone="reiserfs reiserfstune">
     132<primary sortas="b-reiserfstune">reiserfstune</primary>
     133</indexterm></listitem>
     134</varlistentry>
     135
     136<varlistentry id="resize_reiserfs">
     137<term><command>resize_reiserfs</command></term>
     138<listitem><para>is used to resize an unmounted
    97139<application>ReiserFS</application> file system.</para>
    98 </sect3>
    99 
    100 <sect3><title>reiserfstune</title>
    101 <para><command>reiserfstune</command> is used for tuning the
    102 <application>ReiserFS</application> journal. 
    103 <emphasis>WARNING</emphasis>: Don't use this utility without first reading the
    104 man page thoroughly.</para></sect3>
    105 
    106 <sect3><title>resize_reiserfs</title>
    107 <para><command>resize_reiserfs</command> is used to resize an unmounted
    108 <application>ReiserFS</application> file system.</para></sect3>
    109 
    110 <sect3><title>unpack</title>
    111 <para>The <command>unpack</command> utility can be used to dump
    112 <application>ReiserFS</application>
    113 file system information to files for debugging, much like
    114 <command>debugreiserfs</command>.
    115 </para></sect3>
     140<indexterm zone="reiserfs resize_reiserfs">
     141<primary sortas="b-resize_reiserfs">resize_reiserfs</primary>
     142</indexterm></listitem>
     143</varlistentry>
     144</variablelist>
    116145
    117146</sect2>
Note: See TracChangeset for help on using the changeset viewer.