Changeset a27284d


Ignore:
Timestamp:
03/20/2005 05:03:36 AM (19 years ago)
Author:
Jim Gifford <jim@…>
Children:
acdaf7b
Parents:
1fec1d2
Message:

Fixed: tar -S issue

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4789 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r1fec1d2 ra27284d  
    8989<listitem><para>Updated: Arch: All - Made the bootloader FHS symlink generic to all bootloaders.</para></listitem>
    9090<listitem><para>Updated: Arch: All - Udev to 056.</para></listitem>
     91<listitem><para>Patch: Arch: All - Tar -S fail with files over 4 GB.</para></listitem>
    9192</itemizedlist>
    9293</listitem>
  • chapter03/patches.xml

    r1fec1d2 ra27284d  
    171171
    172172<varlistentry>
     173<term>Tar Sparse Fix Patch - 1 KB:</term>
     174<listitem>
     175<para><ulink url="&patches-root;tar-&tar-version;-sparse_fix-1.patch"/></para>
     176</listitem>
     177</varlistentry>
     178
     179<varlistentry>
    173180<term>Util-linux Cramfs Patch - 2kb:</term> <listitem>
    174181<para><ulink url="&patches-root;util-linux/util-linux-&util-linux-version;-cramfs-1.patch"/></para>
  • chapter06/tar.xml

    r1fec1d2 ra27284d  
    2828<sect2 role="installation">
    2929<title>Installation of Tar</title>
     30
     31<para>Tar has bug when the -S option is used with files over
     324 GB. The following patch properly fixes that issue</para>
     33
     34<screen><userinput>patch -Np1 -i ../tar-&tar-version;-sparse_fix-1.patch</userinput></screen>
    3035
    3136<para>Prepare Tar for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.