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/xfs.xml

    r21a52665 r8bc3edae  
    99  <!--  <!ENTITY xfsprogs-download-ftp  "ftp://oss.sgi.com/projects/xfs/download/cmd_tars/xfsprogs_&xfsprogs-version;-1.tar.gz"> -->
    1010  <!ENTITY xfsprogs-download-ftp " ">
    11   <!ENTITY xfsprogs-md5sum        "2bba6d3e4183defacf99e5e8ce805460">
    12   <!ENTITY xfsprogs-size          "976 KB">
    13   <!ENTITY xfsprogs-buildsize     "37 MB">
    14   <!ENTITY xfsprogs-time          "0.6 SBU">
     11  <!ENTITY xfsprogs-md5sum        "049cf9873794ea49d0bb3f12d45748a4">
     12  <!ENTITY xfsprogs-size          "1.3 MB">
     13  <!ENTITY xfsprogs-buildsize     "36 MB">
     14  <!ENTITY xfsprogs-time          "0.5 SBU">
    1515]>
    1616
    17 <sect1 id="xfs" xreflabel="XFS-&xfsprogs-version;">
     17<sect1 id="xfs" xreflabel="xfs-&xfsprogs-version;">
    1818  <?dbhtml filename="xfsfs.html"?>
    1919
     
    2323  </sect1info>
    2424
    25   <title>XFS-&xfsprogs-version;</title>
     25  <title>xfsprogs-&xfsprogs-version;</title>
    2626
    2727  <indexterm zone="xfs">
     
    3030
    3131  <sect2 role="package">
    32     <title>Introduction to XFS</title>
    33 
    34     <para>The <application>XFS</application> package contains administration
     32    <title>Introduction to xfsprogs</title>
     33
     34    <para>The <application>xfsprogs</application> package contains administration
    3535    and debugging tools for the XFS file system.</para>
     36
     37    &lfs70_checked;
    3638
    3739    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7678
    7779  <sect2 role="installation">
    78     <title>Installation of XFS</title>
    79 
    80     <para>Install <application>XFS</application> by running the following
     80    <title>Installation of xfsprogs</title>
     81
     82    <para>Install <application>xfsprogs</application> by running the following
    8183    commands:</para>
    8284
     
    9092<screen role="root"><userinput>make install &amp;&amp;
    9193make install-dev &amp;&amp;
    92 chmod -v 755 /lib/libhandle.so* &amp;&amp;
    93 rm -f /lib/libhandle.{a,la,so} &amp;&amp;
    94 ln -svf ../../lib/libhandle.so.1 /usr/lib/libhandle.so</userinput></screen>
     94chmod -v 755 /lib/libhandle.so.1.*</userinput></screen>
    9595
    9696  </sect2>
     
    104104    <para><parameter>INSTALL_USER=root INSTALL_GROUP=root</parameter>: This
    105105    sets the owner and group of the installed files.</para>
    106     <!-- relevant only if building as non-root -->
    107106
    108107    <para><parameter>LOCAL_CONFIGURE_OPTIONS="..."</parameter>: This passes
Note: See TracChangeset for help on using the changeset viewer.