summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall/partedit/partedit_x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bsdinstall/partedit/partedit_x86.c')
-rw-r--r--usr.sbin/bsdinstall/partedit/partedit_x86.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/bsdinstall/partedit/partedit_x86.c b/usr.sbin/bsdinstall/partedit/partedit_x86.c
index a5f65ba..d783217 100644
--- a/usr.sbin/bsdinstall/partedit/partedit_x86.c
+++ b/usr.sbin/bsdinstall/partedit/partedit_x86.c
@@ -55,10 +55,7 @@ x86_bootmethod(void)
const char *
default_scheme(void)
{
- if (strcmp(x86_bootmethod(), "UEFI") == 0)
- return ("GPT");
- else
- return ("MBR");
+ return ("GPT");
}
int
OpenPOWER on IntegriCloud