diff options
author | Kevin Cernekee | 2010-10-25 02:00:24 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-10-25 02:00:24 +0200 |
commit | ccb070450e79c33fb3f755dbea2fdd979f09d3fb (patch) | |
tree | ed842febd5fa0b19bbb7e42d2d98d59f6e3c5c8d /util-linux/Config.src | |
parent | 3b060528a26830ee26aab4e9829ac3a310f06218 (diff) | |
download | busybox-ccb070450e79c33fb3f755dbea2fdd979f09d3fb.zip busybox-ccb070450e79c33fb3f755dbea2fdd979f09d3fb.tar.gz |
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.src | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src index afa3092..19b309e 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src @@ -181,6 +181,14 @@ config FEATURE_OSF_LABEL Enabling this option allows you to create or change BSD disklabels and define and edit BSD disk slices. +config FEATURE_GPT_LABEL + bool "Support GPT disklabels" + default n + depends on FDISK && FEATURE_FDISK_WRITABLE + help + Enabling this option allows you to view GUID Partition Table + disklabels. + config FEATURE_FDISK_ADVANCED bool "Support expert mode" default y |