Changeset bd46ff4


Ignore:
Timestamp:
05/13/2005 06:35:51 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
152fb77
Parents:
22c910a7
Message:

Tagged reiser.xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/reiser.xml

    r22c910a7 rbd46ff4  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
    33   "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
     
    1414
    1515<sect1 id="reiserfs" xreflabel="ReiserFS-&reiser-version;">
    16 <sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
    19 </sect1info>
    20 <?dbhtml filename="reiserfs.html"?>
    21 <title>ReiserFS-&reiser-version;</title>
    22 <indexterm zone="reiserfs">
    23 <primary sortas="a-ReiserFS">ReiserFS</primary>
    24 </indexterm>
     16  <?dbhtml filename="reiserfs.html"?>
    2517
    26 <sect2>
    27 <title>Introduction to <application>ReiserFS</application></title>
     18  <sect1info>
     19    <othername>$LastChangedBy$</othername>
     20    <date>$Date$</date>
     21  </sect1info>
    2822
    29 <para>The <application>ReiserFS</application> package contains various
    30 utilities for use with the Reiser file system.</para>
     23  <title>ReiserFS-&reiser-version;</title>
    3124
    32 <sect3><title>Package information</title>
    33 <itemizedlist spacing='compact'>
    34 <listitem><para>Download (HTTP): <ulink
    35 url="&reiser-download-http;"/></para></listitem>
    36 <listitem><para>Download (FTP): <ulink
    37 url="&reiser-download-ftp;"/></para></listitem>
    38 <listitem><para>Download MD5 sum: &reiser-md5sum;</para></listitem>
    39 <listitem><para>Download size: &reiser-size;</para></listitem>
    40 <listitem><para>Estimated disk space required:
    41 &reiser-buildsize;</para></listitem>
    42 <listitem><para>Estimated build time:
    43 &reiser-time;</para></listitem></itemizedlist>
    44 </sect3>
     25  <indexterm zone="reiserfs">
     26    <primary sortas="a-ReiserFS">ReiserFS</primary>
     27  </indexterm>
    4528
    46 </sect2>
     29  <sect2 role="package">
     30    <title>Introduction to ReiserFS</title>
    4731
    48 <sect2>
    49 <title>Installation of <application>ReiserFS</application></title>
     32    <para>The <application>ReiserFS</application> package contains various
     33    utilities for use with the Reiser file system.</para>
    5034
    51 <para>Install <application>ReiserFS</application> by running the following
    52 commands:</para>
     35    <bridgehead renderas="sect3">Package Information</bridgehead>
     36    <itemizedlist spacing="compact">
     37      <listitem>
     38        <para>Download (HTTP): <ulink url="&reiser-download-http;"/></para>
     39      </listitem>
     40      <listitem>
     41        <para>Download (FTP): <ulink url="&reiser-download-ftp;"/></para>
     42      </listitem>
     43      <listitem>
     44        <para>Download MD5 sum: &reiser-md5sum;</para>
     45      </listitem>
     46      <listitem>
     47        <para>Download size: &reiser-size;</para>
     48      </listitem>
     49      <listitem>
     50        <para>Estimated disk space required: &reiser-buildsize;</para>
     51      </listitem>
     52      <listitem>
     53        <para>Estimated build time: &reiser-time;</para>
     54      </listitem>
     55    </itemizedlist>
    5356
    54 <screen><userinput><command>./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
    55 make</command></userinput></screen>
     57  </sect2>
    5658
    57 <para>Now, as the root user:</para>
     59  <sect2 role="installation">
     60    <title>Installation of ReiserFS</title>
    5861
    59 <screen><userinput role='root'><command>make install &amp;&amp;
     62    <para>Install <application>ReiserFS</application> by running the following
     63    commands:</para>
     64
     65<screen><userinput>./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
     66make</userinput></screen>
     67
     68    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     69
     70<screen role="root"><userinput>make install &amp;&amp;
    6071ln -sf reiserfsck /sbin/fsck.reiserfs &amp;&amp;
    61 ln -sf mkreiserfs /sbin/mkfs.reiserfs</command></userinput></screen>
     72ln -sf mkreiserfs /sbin/mkfs.reiserfs</userinput></screen>
    6273
    63 </sect2>
     74  </sect2>
    6475
    65 <sect2>
    66 <title>Command explanations</title>
     76  <sect2 role="commands">
     77    <title>Command Explanations</title>
    6778
    68 <para><parameter>--prefix=/usr</parameter>: This ensures that
    69 the manual pages are installed in the correct location while still
    70 installing the programs in <filename class="directory">/sbin</filename> as
    71 they should be.</para>
     79    <para><parameter>--prefix=/usr</parameter>: This ensures that
     80    the manual pages are installed in the correct location while still
     81    installing the programs in <filename class="directory">/sbin</filename> as
     82    they should be.</para>
    7283
    73 <para><parameter>--sbindir=/sbin</parameter>: This ensures that the
    74 <application>ReiserFS</application> utilities are installed in
    75 <filename class="directory">/sbin</filename> as they should be.</para>
     84    <para><parameter>--sbindir=/sbin</parameter>: This ensures that the
     85    <application>ReiserFS</application> utilities are installed in
     86    <filename class="directory">/sbin</filename> as they should be.</para>
    7687
    77 </sect2>
     88  </sect2>
    7889
    79 <sect2>
    80 <title>Contents</title>
     90  <sect2 role="content">
     91    <title>Contents</title>
    8192
    82 <segmentedlist>
    83 <segtitle>Installed Programs</segtitle>
    84 <segtitle>Installed Libraries</segtitle>
    85 <segtitle>Installed Directories</segtitle>
     93    <segmentedlist>
     94      <segtitle>Installed Programs</segtitle>
     95      <segtitle>Installed Libraries</segtitle>
     96      <segtitle>Installed Directories</segtitle>
    8697
    87 <seglistitem>
    88 <seg>debugreiserfs, mkreiserfs, reiserfsck, reiserfstune and
    89 resize_reiserfs</seg>
    90 <seg>None</seg>
    91 <seg>None</seg>
    92 </seglistitem>
    93 </segmentedlist>
     98      <seglistitem>
     99        <seg>debugreiserfs, mkreiserfs, reiserfsck, reiserfstune, and
     100        resize_reiserfs</seg>
     101        <seg>None</seg>
     102        <seg>None</seg>
     103      </seglistitem>
     104    </segmentedlist>
    94105
    95 <variablelist>
    96 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    97 <?dbfo list-presentation="list"?>
     106    <variablelist>
     107      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     108      <?dbfo list-presentation="list"?>
     109      <?dbhtml list-presentation="table"?>
    98110
    99 <varlistentry id="debugreiserfs">
    100 <term><command>debugreiserfs</command></term>
    101 <listitem><para>can sometimes help to solve problems with
    102 <application>ReiserFS</application> file systems.  If it is called without
    103 options, it prints the super block of any reiserfs file system found on the
    104 device.</para>
    105 <indexterm zone="reiserfs debugreiserfs">
    106 <primary sortas="b-debugreiserfs">debugreiserfs</primary>
    107 </indexterm></listitem>
    108 </varlistentry>
     111      <varlistentry id="debugreiserfs">
     112        <term><command>debugreiserfs</command></term>
     113        <listitem>
     114          <para>can sometimes help to solve problems with
     115          <application>ReiserFS</application> file systems. If it is called
     116          without options, it prints the super block of any reiserfs file
     117          system found on the device.</para>
     118          <indexterm zone="reiserfs debugreiserfs">
     119            <primary sortas="b-debugreiserfs">debugreiserfs</primary>
     120          </indexterm>
     121        </listitem>
     122      </varlistentry>
    109123
    110 <varlistentry id="mkreiserfs">
    111 <term><command>mkreiserfs</command></term>
    112 <listitem><para>creates a <application>ReiserFS</application> file
    113 system.</para>
    114 <indexterm zone="reiserfs mkreiserfs">
    115 <primary sortas="b-mkreiserfs">mkreiserfs</primary>
    116 </indexterm></listitem>
    117 </varlistentry>
     124      <varlistentry id="mkreiserfs">
     125        <term><command>mkreiserfs</command></term>
     126        <listitem>
     127          <para>creates a <application>ReiserFS</application> file system.</para>
     128          <indexterm zone="reiserfs mkreiserfs">
     129            <primary sortas="b-mkreiserfs">mkreiserfs</primary>
     130          </indexterm>
     131        </listitem>
     132      </varlistentry>
    118133
    119 <varlistentry id="reiserfsck">
    120 <term><command>reiserfsck</command></term>
    121 <listitem><para>is used to check or repair a
    122 <application>ReiserFS</application> file system.</para>
    123 <indexterm zone="reiserfs reiserfsck">
    124 <primary sortas="b-reiserfsck">reiserfsck</primary>
    125 </indexterm></listitem>
    126 </varlistentry>
     134      <varlistentry id="reiserfsck">
     135        <term><command>reiserfsck</command></term>
     136        <listitem>
     137          <para>is used to check or repair a
     138          <application>ReiserFS</application> file system.</para>
     139          <indexterm zone="reiserfs reiserfsck">
     140            <primary sortas="b-reiserfsck">reiserfsck</primary>
     141          </indexterm>
     142        </listitem>
     143      </varlistentry>
    127144
    128 <varlistentry id="reiserfstune">
    129 <term><command>reiserfstune</command></term>
    130 <listitem><para>is used for tuning the <application>ReiserFS</application>
    131 journal. <emphasis>WARNING</emphasis>: Don't use this utility without first
    132 reading the man page thoroughly.</para>
    133 <indexterm zone="reiserfs reiserfstune">
    134 <primary sortas="b-reiserfstune">reiserfstune</primary>
    135 </indexterm></listitem>
    136 </varlistentry>
     145      <varlistentry id="reiserfstune">
     146        <term><command>reiserfstune</command></term>
     147        <listitem>
     148          <para>is used for tuning the <application>ReiserFS</application>
     149          journal. <emphasis>WARNING</emphasis>: Don't use this utility without
     150          first reading the man page thoroughly.</para>
     151          <indexterm zone="reiserfs reiserfstune">
     152            <primary sortas="b-reiserfstune">reiserfstune</primary>
     153          </indexterm>
     154        </listitem>
     155      </varlistentry>
    137156
    138 <varlistentry id="resize_reiserfs">
    139 <term><command>resize_reiserfs</command></term>
    140 <listitem><para>is used to resize an unmounted
    141 <application>ReiserFS</application> file system.</para>
    142 <indexterm zone="reiserfs resize_reiserfs">
    143 <primary sortas="b-resize_reiserfs">resize_reiserfs</primary>
    144 </indexterm></listitem>
    145 </varlistentry>
    146 </variablelist>
     157      <varlistentry id="resize_reiserfs">
     158        <term><command>resize_reiserfs</command></term>
     159        <listitem>
     160          <para>is used to resize an unmounted
     161          <application>ReiserFS</application> file system.</para>
     162          <indexterm zone="reiserfs resize_reiserfs">
     163            <primary sortas="b-resize_reiserfs">resize_reiserfs</primary>
     164          </indexterm>
     165        </listitem>
     166      </varlistentry>
    147167
    148 </sect2>
     168    </variablelist>
     169
     170  </sect2>
    149171
    150172</sect1>
Note: See TracChangeset for help on using the changeset viewer.