summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-07-23 00:38:07 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-07-23 00:38:07 +0000
commit27b57084161f16bb28250bcb714f4d30dac1cd47 (patch)
tree25b579ec8f9e67d30bc3eaef553e28f18dd13d5c /sys/arch/i386
parent2654505eb843e817b1e4789a1963f042a8227f49 (diff)
GPT appears to create broken spoofed labels for empty disks (at least vnd,
maybe related to the small size of such media)
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index a2378e6fc4d..91743e1c8be 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.801 2015/07/21 03:38:22 reyk Exp $
+# $OpenBSD: GENERIC,v 1.802 2015/07/23 00:38:06 deraadt Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -26,7 +26,7 @@ option MTRR # CPU memory range attributes control
option COMPAT_LINUX # binary compatibility with Linux
-option GPT # GPT partition table support
+#option GPT # GPT partition table support
option NTFS # NTFS support
option HIBERNATE # Hibernate support