fdisk: initial stab at GPT partition support
Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
3b060528a2
commit
ccb070450e
@@ -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
|
||||
|
Reference in New Issue
Block a user