Module Name:    src
Committed By:   martin
Date:           Wed Dec 11 19:25:50 UTC 2019

Modified Files:
        src/usr.sbin/sysinst/arch/amiga: md.h

Log Message:
For now rely on the kernel mapping native RDB partitions.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/sysinst/arch/amiga/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/amiga/md.h
diff -u src/usr.sbin/sysinst/arch/amiga/md.h:1.4 src/usr.sbin/sysinst/arch/amiga/md.h:1.5
--- src/usr.sbin/sysinst/arch/amiga/md.h:1.4	Wed Oct  2 11:16:01 2019
+++ src/usr.sbin/sysinst/arch/amiga/md.h	Wed Dec 11 19:25:50 2019
@@ -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.
  */
 

Reply via email to