aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.src
diff options
context:
space:
mode:
authorKevin Cernekee <cernekee@gmail.com>2010-10-25 02:00:24 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-10-25 02:00:24 +0200
commitccb070450e79c33fb3f755dbea2fdd979f09d3fb (patch)
treeed842febd5fa0b19bbb7e42d2d98d59f6e3c5c8d /util-linux/Config.src
parent3b060528a26830ee26aab4e9829ac3a310f06218 (diff)
downloadbusybox-w32-ccb070450e79c33fb3f755dbea2fdd979f09d3fb.tar.gz
busybox-w32-ccb070450e79c33fb3f755dbea2fdd979f09d3fb.tar.bz2
busybox-w32-ccb070450e79c33fb3f755dbea2fdd979f09d3fb.zip
fdisk: initial stab at GPT partition support
Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/Config.src')
-rw-r--r--util-linux/Config.src8
1 files changed, 8 insertions, 0 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src
index afa30923b..19b309e57 100644
--- a/util-linux/Config.src
+++ b/util-linux/Config.src
@@ -181,6 +181,14 @@ config FEATURE_OSF_LABEL
181 Enabling this option allows you to create or change BSD disklabels 181 Enabling this option allows you to create or change BSD disklabels
182 and define and edit BSD disk slices. 182 and define and edit BSD disk slices.
183 183
184config FEATURE_GPT_LABEL
185 bool "Support GPT disklabels"
186 default n
187 depends on FDISK && FEATURE_FDISK_WRITABLE
188 help
189 Enabling this option allows you to view GUID Partition Table
190 disklabels.
191
184config FEATURE_FDISK_ADVANCED 192config FEATURE_FDISK_ADVANCED
185 bool "Support expert mode" 193 bool "Support expert mode"
186 default y 194 default y