fdisk writable feature, allows compilation of a small fdisk that can

only read partition table, by Vladimir N. Oleynik
This commit is contained in:
Glenn L McGrath 2003-01-04 11:56:06 +00:00
parent 2c24bb80f9
commit 4dcc2ddfcc
2 changed files with 254 additions and 186 deletions

View File

@ -44,38 +44,46 @@ config CONFIG_FDISK
help
Please submit a patch to add help text for this item.
config CONFIG_FEATURE_FDISK_WRITABLE
bool " Write support"
default y
depends on CONFIG_FDISK
help
Allow changes to be written to disk, without this you
will only be able to view the partition table.
config CONFIG_FEATURE_AIX_LABEL
bool " Support AIX disklabels"
default n
depends on CONFIG_FDISK
depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
help
Please submit a patch to add help text for this item.
config CONFIG_FEATURE_SGI_LABEL
bool " Support SGI disklabels"
default n
depends on CONFIG_FDISK
depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
help
Please submit a patch to add help text for this item.
config CONFIG_FEATURE_SUN_LABEL
bool " Support SUN disklabels"
default n
depends on CONFIG_FDISK
depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
help
Please submit a patch to add help text for this item.
config CONFIG_FEATURE_OSF_LABEL
bool " Support BSD disklabels"
default n
depends on CONFIG_FDISK
depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
help
Please submit a patch to add help text for this item.
config CONFIG_FEATURE_FDISK_ADVANCED
bool " Support expert mode"
default n
depends on CONFIG_FDISK
depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
help
Please submit a patch to add help text for this item.

File diff suppressed because it is too large Load Diff