Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Sync DKWEDGE options with XEN3_DOM0.
details: https://anonhg.NetBSD.org/src/rev/2c2e19d38b68
branches: trunk
changeset: 786139:2c2e19d38b68
user: riz <riz%NetBSD.org@localhost>
date: Wed Apr 17 00:09:04 2013 +0000
description:
Sync DKWEDGE options with XEN3_DOM0.
diffstat:
sys/arch/amd64/conf/XEN3_DOMU | 9 ++++++++-
sys/arch/i386/conf/XEN3_DOMU | 9 ++++++++-
2 files changed, 16 insertions(+), 2 deletions(-)
diffs (46 lines):
diff -r 72e339e8ec84 -r 2c2e19d38b68 sys/arch/amd64/conf/XEN3_DOMU
--- a/sys/arch/amd64/conf/XEN3_DOMU Tue Apr 16 23:03:05 2013 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOMU Wed Apr 17 00:09:04 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.45 2013/03/02 02:42:08 christos Exp $
+# $NetBSD: XEN3_DOMU,v 1.46 2013/04/17 00:09:04 riz Exp $
include "arch/amd64/conf/std.xen"
@@ -71,6 +71,13 @@
options EXEC_ELF32
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
+# Wedge support
+options DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances
+options DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges
+# The following two options can break /etc/fstab, so handle with care
+#options DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges
+#options DKWEDGE_METHOD_MBR # Support MBR partitions as wedges
+
# File systems
file-system FFS # UFS
file-system EXT2FS # second extended file system (linux)
diff -r 72e339e8ec84 -r 2c2e19d38b68 sys/arch/i386/conf/XEN3_DOMU
--- a/sys/arch/i386/conf/XEN3_DOMU Tue Apr 16 23:03:05 2013 +0000
+++ b/sys/arch/i386/conf/XEN3_DOMU Wed Apr 17 00:09:04 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.50 2013/03/02 02:42:15 christos Exp $
+# $NetBSD: XEN3_DOMU,v 1.51 2013/04/17 00:11:40 riz Exp $
include "arch/xen/conf/std.xen"
@@ -86,6 +86,13 @@
options COMPAT_FREEBSD # binary compatibility with FreeBSD
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
+# Wedge support
+options DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances
+options DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges
+# The following two options can break /etc/fstab, so handle with care
+#options DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges
+#options DKWEDGE_METHOD_MBR # Support MBR partitions as wedges
+
# File systems
file-system FFS # UFS
file-system EXT2FS # second extended file system (linux)
Home |
Main Index |
Thread Index |
Old Index