diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-09-04 12:05:56 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-09-04 12:05:56 +0000 |
commit | f03615045404eee1718f709cea87c0fd8ae6bbbe (patch) | |
tree | 1ea18efa49045750aba20327d3f3d5fad69f4147 /chapter06/util-linux.xml | |
parent | 886fa7ff2a8b4632a7bc70350e5da5da1314566b (diff) |
Patch util-linux to stop cfdisk from segfaulting
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6809 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r-- | chapter06/util-linux.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index eee00c416..dd5af25e6 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -53,6 +53,14 @@ 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>, +<systemitem class="filesystem">xfs</systemitem> or +<systemitem class="filesystem">jfs</systemitem> filesystem on it. Apply the +following patch to fix the problem:</para> + +<screen><userinput>patch -Np1 -i ../&util-linux-reiser_crash-patch;</userinput></screen> + <para>Prepare Util-linux for compilation:</para> <screen><userinput>./configure</userinput></screen> |