diff options
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r-- | chapter06/util-linux.xml | 3 |
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> |