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/amiga For now rely on the kernel mappi...
details: https://anonhg.NetBSD.org/src/rev/519488387999
branches: trunk
changeset: 466093:519488387999
user: martin <martin%NetBSD.org@localhost>
date: Wed Dec 11 19:25:50 2019 +0000
description:
For now rely on the kernel mapping native RDB partitions.
diffstat:
usr.sbin/sysinst/arch/amiga/md.h | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 9b3360625ac8 -r 519488387999 usr.sbin/sysinst/arch/amiga/md.h
--- a/usr.sbin/sysinst/arch/amiga/md.h Wed Dec 11 19:23:37 2019 +0000
+++ b/usr.sbin/sysinst/arch/amiga/md.h Wed Dec 11 19:25:50 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.h,v 1.4 2019/10/02 11:16:01 maya Exp $ */
+/* $NetBSD: md.h,v 1.5 2019/12/11 19:25:50 martin Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -71,6 +71,13 @@
/*
+ * We rely on kernel support to translate native RDB partitions
+ * to in-core disklabels, so we can not check for existance of "real"
+ * disklabels on-disk before offering disklabel partitions.
+ */
+#define DISKLABEL_NO_ONDISK_VERIFY 1
+
+/*
* prototypes for MD code.
*/
Home |
Main Index |
Thread Index |
Old Index