git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6810 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2005-09-04 12:30:42 +00:00
parent f036150454
commit 6e229d806b
2 changed files with 3 additions and 2 deletions

View File

@ -117,7 +117,7 @@ First a summary, then a detailed log.</para>
<listitem><para>September 4, 2005 [matt]: Add patch to stop
<command>cfdisk</command> segfaulting when invoked on devices with partitions
that don't contain an e2fs, xfs or jfs filesystem (see bug 1604)</para>
that don't contain an ext2, ext3, xfs or jfs filesystem (see bug 1604)</para>
</listitem>
<listitem><para>September 4, 2005 [matt]: Upgrade to libtool-1.5.20</para>

View File

@ -54,7 +54,8 @@ The following patch properly fixes this issue:</para>
<screen><userinput>patch -Np1 -i ../&util-linux-cramfs-patch;</userinput></screen>
<para><command>cfdisk</command> segfaults if the disk contains a linux partition
(type 83) that doesn't have an <systemitem class="filesystem">e2fs</systemitem>,
(type 83) that doesn't have an <systemitem class="filesystem">ext2</systemitem>,
<systemitem class="filesystem">ext3</systemitem>,
<systemitem class="filesystem">xfs</systemitem> or
<systemitem class="filesystem">jfs</systemitem> filesystem on it. Apply the
following patch to fix the problem:</para>