aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-09-04 12:30:42 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-09-04 12:30:42 +0000
commit6e229d806b083f8747cd81c00690e7965cdc6586 (patch)
tree18450db91d8c7385b143999d52d70cd4c25f93ba /chapter06
parentf03615045404eee1718f709cea87c0fd8ae6bbbe (diff)
Fix typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6810 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/util-linux.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml
index dd5af25e6..37b8be852 100644
--- a/chapter06/util-linux.xml
+++ b/chapter06/util-linux.xml
@@ -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>