Module Name:    src
Committed By:   sevan
Date:           Sat May 28 22:24:51 UTC 2016

Modified Files:
        src/sys/arch/macppc/conf: GENERIC

Log Message:
As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a
fresh install in a dual boot scenario to fail. This is because fstab will be
referencing wd(4) and the kernel expecting dk(4).

Closes PR port-macppc/51160


To generate a diff of this commit:
cvs rdiff -u -r1.321 -r1.322 src/sys/arch/macppc/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/macppc/conf/GENERIC
diff -u src/sys/arch/macppc/conf/GENERIC:1.321 src/sys/arch/macppc/conf/GENERIC:1.322
--- src/sys/arch/macppc/conf/GENERIC:1.321	Sat Mar 19 23:21:03 2016
+++ src/sys/arch/macppc/conf/GENERIC	Sat May 28 22:24:51 2016
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.321 2016/03/19 23:21:03 gdt Exp $
+# $NetBSD: GENERIC,v 1.322 2016/05/28 22:24:51 sevan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include		"arch/macppc/conf/std.macppc"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.321 $"
+#ident 		"GENERIC-$Revision: 1.322 $"
 
 maxusers	32
 
@@ -89,7 +89,7 @@ options         DKWEDGE_AUTODISCOVER    
 options         DKWEDGE_METHOD_GPT      # Supports GPT partitions as wedges
 #options		DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges
 #options		DKWEDGE_METHOD_MBR      # Support MBR partitions as wedges
-options		DKWEDGE_METHOD_APPLE    # Support Apple partitions as wedges
+#options		DKWEDGE_METHOD_APPLE    # Support Apple partitions as wedges
 
 # File systems
 file-system 	FFS		# UFS

Reply via email to