Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/conf As instructed by Martin@, disable DKWED...
details: https://anonhg.NetBSD.org/src/rev/6ddee5b4169c
branches: trunk
changeset: 345443:6ddee5b4169c
user: sevan <sevan%NetBSD.org@localhost>
date: Sat May 28 22:24:51 2016 +0000
description:
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
diffstat:
sys/arch/macppc/conf/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r dbf2f73ea6f9 -r 6ddee5b4169c sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC Sat May 28 14:38:29 2016 +0000
+++ b/sys/arch/macppc/conf/GENERIC Sat May 28 22:24:51 2016 +0000
@@ -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 @@
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_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
Home |
Main Index |
Thread Index |
Old Index