Changeset 9f28cbee for postlfs


Ignore:
Timestamp:
03/24/2008 05:32:48 AM (16 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
f53134c
Parents:
80cec50
Message:

Added note to XFS-Progs, thanks Alexander and Randyy.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/xfs.xml

    r80cec50 r9f28cbee  
    66
    77  <!-- <!ENTITY xfsprogs-download-http "http://mirrors.sunsite.dk/xfs/download/cmd_tars/xfsprogs_&xfsprogs-version;-1.tar.gz"> -->
    8   <!ENTITY xfsprogs-download-http " ">
    9   <!ENTITY xfsprogs-download-ftp  "ftp://oss.sgi.com/projects/xfs/download/cmd_tars/xfsprogs_&xfsprogs-version;-1.tar.gz">
     8  <!ENTITY xfsprogs-download-http "&files-anduin;/sources/xfsprogs_&xfsprogs-version;-1.tar.gz">
     9  <!--  <!ENTITY xfsprogs-download-ftp  "ftp://oss.sgi.com/projects/xfs/download/cmd_tars/xfsprogs_&xfsprogs-version;-1.tar.gz"> -->
     10  <!ENTITY xfsprogs-download-ftp " ">
    1011  <!ENTITY xfsprogs-md5sum        "2bba6d3e4183defacf99e5e8ce805460">
    1112  <!ENTITY xfsprogs-size          "976 KB">
     
    5657    </itemizedlist>
    5758
     59    <caution><para>The XFS developers regularly remove the current
     60    package when a new package is available.  Unfortunately, this has led to
     61    severe incompatibilities, including
     62    <ulink url="http://bugs.debian.org/465737">unmountable filesystems</ulink>,
     63    due to kernel version requirements in new versions of the package.  Using a
     64    version not in the book is strongly discouraged. Additional information,
     65    is available at the
     66    <ulink url="http://oss.sgi.com/projects/xfs/">XFS</ulink> project
     67    page.</para></caution>
     68
     69<!-- For more information on this problem, see this thread on BLFS-Dev
     70     http://linuxfromscratch.org/pipermail/blfs-dev/2008-March/018311.html
     71-->
    5872    <para condition="html" role="usernotes">User Notes:
    5973    <ulink url="&blfs-wiki;/xfs"/></para>
Note: See TracChangeset for help on using the changeset viewer.