diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-08-06 09:07:37 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-08-06 09:07:37 +0000 |
commit | d3652bf334aa9b6d696f93e10980e397f74487a9 (patch) | |
tree | 0e9044ad9f7e6abe0b395c86e93169aacf514a6a /util-linux/Config.in | |
parent | 0a57a79e387060e790d99e7d186be919dee3f92f (diff) | |
download | busybox-w32-d3652bf334aa9b6d696f93e10980e397f74487a9.tar.gz busybox-w32-d3652bf334aa9b6d696f93e10980e397f74487a9.tar.bz2 busybox-w32-d3652bf334aa9b6d696f93e10980e397f74487a9.zip |
Patch from vodz:
I wrote:
>>I think, fdisk have special ext2lseek special for:
>>disk can have size > 4Gb, but all any partitions have < 4Gb and lseek64
>>not require.
>>May be best create new configure option for set DOLFS for fdisk applet
>>if global DOLFS unset?
>
Erik Andersen wrote:
>Agreed. Using an extra configure option when ! DOLFS
>would be a good idea.
Ok. Patch attached.
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 42708c93a..ffa31a009 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -74,6 +74,16 @@ config CONFIG_FDISK | |||
74 | can be used to list and edit the set of partitions or BSD style | 74 | can be used to list and edit the set of partitions or BSD style |
75 | 'disk slices' that are defined on a hard drive. | 75 | 'disk slices' that are defined on a hard drive. |
76 | 76 | ||
77 | if !CONFIG_LFS | ||
78 | config FDISK_SUPPORT_LARGE_DISKS | ||
79 | bool " support over 4Gb disks" | ||
80 | default y | ||
81 | depends on CONFIG_FDISK | ||
82 | help | ||
83 | Previous set detected unsupport large file, but you can support | ||
84 | large disks after enable this option | ||
85 | endif | ||
86 | |||
77 | config CONFIG_FEATURE_FDISK_WRITABLE | 87 | config CONFIG_FEATURE_FDISK_WRITABLE |
78 | bool " Write support" | 88 | bool " Write support" |
79 | default y | 89 | default y |