Module Name: src
Committed By: martin
Date: Thu Jun 13 06:25:03 UTC 2019
Modified Files:
src/usr.sbin/sysinst/arch/sparc64: md.h
Log Message:
Remove GPT boot (not available for sparc64 yet)
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/sysinst/arch/sparc64/md.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/sysinst/arch/sparc64/md.h
diff -u src/usr.sbin/sysinst/arch/sparc64/md.h:1.3 src/usr.sbin/sysinst/arch/sparc64/md.h:1.4
--- src/usr.sbin/sysinst/arch/sparc64/md.h:1.3 Wed Jun 12 06:20:23 2019
+++ src/usr.sbin/sysinst/arch/sparc64/md.h Thu Jun 13 06:25:03 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: md.h,v 1.3 2019/06/12 06:20:23 martin Exp $ */
+/* $NetBSD: md.h,v 1.4 2019/06/13 06:25:03 martin Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -60,9 +60,8 @@
/* have support for booting from UFS2 */
#define HAVE_UFS2_BOOT
-/* XXX - this is a lie! for testing only! */
/* have support for booting from GPT disks */
-#define HAVE_GPT_BOOT
+/* #define HAVE_GPT_BOOT */ /* not yet */
/* allow using tmpfs for /tmp instead of mfs */
#define HAVE_TMPFS