Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/sysinst/arch/sparc64 Remove GPT boot (not available...
details: https://anonhg.NetBSD.org/src/rev/ae2cfe8cc5d9
branches: trunk
changeset: 999647:ae2cfe8cc5d9
user: martin <martin%NetBSD.org@localhost>
date: Thu Jun 13 06:25:03 2019 +0000
description:
Remove GPT boot (not available for sparc64 yet)
diffstat:
usr.sbin/sysinst/arch/sparc64/md.h | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r b588a3f07f46 -r ae2cfe8cc5d9 usr.sbin/sysinst/arch/sparc64/md.h
--- a/usr.sbin/sysinst/arch/sparc64/md.h Thu Jun 13 06:20:34 2019 +0000
+++ b/usr.sbin/sysinst/arch/sparc64/md.h Thu Jun 13 06:25:03 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index