From e088753c56867594fc7d2221ad9ac39a9298883d Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Wed, 27 Aug 2014 17:07:40 -0700 Subject: 5119 Add EFI/GPT System and BIOS Boot partition support Reviewed by: Igor Kozhukhov Reviewed by: Josef 'Jeff' Sipek Approved by: Robert Mustacchi --- usr/src/cmd/format/menu_command.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr/src/cmd/format/menu_command.c') diff --git a/usr/src/cmd/format/menu_command.c b/usr/src/cmd/format/menu_command.c index 6c77b086cf..0f5246a9c6 100644 --- a/usr/src/cmd/format/menu_command.c +++ b/usr/src/cmd/format/menu_command.c @@ -21,6 +21,7 @@ /* * Copyright (c) 1993, 2010, Oracle and/or its affiliates. All rights reserved. * Copyright 2012 Milan Jurik. All rights reserved. + * Copyright 2014 Toomas Soome */ /* @@ -79,6 +80,8 @@ slist_t ptag_choices[] = { { "home", "", V_HOME }, { "alternates", "", V_ALTSCTR }, { "reserved", "", V_RESERVED }, + { "system", "", V_SYSTEM }, + { "BIOS_boot", "", V_BIOS_BOOT }, { NULL } }; -- cgit v1.2.3