From: Karel Zak Date: Tue, 13 Nov 2012 17:05:36 +0000 (+0100) Subject: fdisk: don't offer GPT stuff in BSD menu X-Git-Tag: v2.23-rc1~526 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74b89d7d7a80b0d26489fd3fa7bac831144e599c;p=thirdparty%2Futil-linux.git fdisk: don't offer GPT stuff in BSD menu Signed-off-by: Karel Zak --- diff --git a/fdisks/fdisk.c b/fdisks/fdisk.c index a3ac087e54..37a15223df 100644 --- a/fdisks/fdisk.c +++ b/fdisks/fdisk.c @@ -90,7 +90,7 @@ static const struct menulist_descr menulist[] = { {'e', N_("edit drive data"), {OSF_LABEL, 0}}, {'f', N_("fix partition order"), {0, DOS_LABEL}}, {'g', N_("create an IRIX (SGI) partition table"), {0, ANY_LABEL}}, - {'g', N_("create a new empty GPT partition table"), {ANY_LABEL, 0}}, + {'g', N_("create a new empty GPT partition table"), {~OSF_LABEL, 0}}, {'h', N_("change number of heads"), {0, DOS_LABEL | SUN_LABEL}}, {'i', N_("change interleave factor"), {0, SUN_LABEL}}, {'i', N_("change the disk identifier"), {0, DOS_LABEL}},