Ignore:
Timestamp:
01/20/2012 07:25:30 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
203b40a
Parents:
21a52665
Message:

Added jfsutils-1.1.15.
Updated to xfsprogs-3.1.7.

Renamed device mapper to lvm2 and changed
the instructions to do a full lvm2 installation.
Moved lvm2 to the filesystems chapter.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/reiser.xml

    r21a52665 r8bc3edae  
    55  %general-entities;
    66
    7   <!ENTITY reiser-download-http "http://www.kernel.org/pub/linux/utils/fs/reiserfs/reiserfsprogs-&reiser-version;.tar.bz2">
     7  <!-- <!ENTITY reiser-download-http "http://www.kernel.org/pub/linux/utils/fs/reiserfs/reiserfsprogs-&reiser-version;.tar.bz2"> -->
     8  <!ENTITY reiser-download-http " ">
    89  <!ENTITY reiser-download-ftp  "&sources-anduin-ftp;/r/reiserfsprogs-&reiser-version;.tar.bz2">
    910  <!ENTITY reiser-md5sum        "0639cefac8f8150536cfa7531c2aa2d2">
     
    1314]>
    1415
    15 <sect1 id="reiserfs" xreflabel="ReiserFS-&reiser-version;">
     16<sect1 id="reiserfs" xreflabel="reiserfsprogs-&reiser-version;">
    1617  <?dbhtml filename="reiserfs.html"?>
    1718
     
    2122  </sect1info>
    2223
    23   <title>ReiserFS-&reiser-version;</title>
     24  <title>reiserfsprogs-&reiser-version;</title>
    2425
    2526  <indexterm zone="reiserfs">
    26     <primary sortas="a-ReiserFS">ReiserFS</primary>
     27    <primary sortas="a-reiserfs">reiserfsprogs</primary>
    2728  </indexterm>
    2829
    2930  <sect2 role="package">
    30     <title>Introduction to ReiserFS</title>
     31    <title>Introduction to reiserfsprogs</title>
    3132
    32     <para>The <application>ReiserFS</application> package contains various
     33    <para>The <application>reiserfsprogs</application> package contains various
    3334    utilities for use with the Reiser file system.</para>
     35
     36    &lfs70_checked;
    3437
    3538    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6164
    6265  <sect2 role="installation">
    63     <title>Installation of ReiserFS</title>
     66    <title>Installation of reiserfsprogs</title>
    6467
    65     <para>Install <application>ReiserFS</application> by running the following
     68    <para>Install <application>reiserfsprogs</application> by running the following
    6669    commands:</para>
    6770
     
    8285    <title>Command Explanations</title>
    8386
    84     <para><parameter>--prefix=/usr</parameter>: This ensures that
    85     the manual pages are installed in the correct location while still
    86     installing the programs in <filename class="directory">/sbin</filename> as
    87     they should be.</para>
    88 
    8987    <para><parameter>--sbindir=/sbin</parameter>: This ensures that the
    90     <application>ReiserFS</application> utilities are installed in
    91     <filename class="directory">/sbin</filename> as they should be.</para>
     88    <application>reiserfsprogs</application> utilities are installed in
     89    <filename class="directory">/sbin</filename>.</para>
    9290
    9391  </sect2>
Note: See TracChangeset for help on using the changeset viewer.