diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-07-13 22:28:05 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-07-13 22:28:05 +0000 |
commit | 2da04957d8eda95bcf0aab6e521792f376ea3913 (patch) | |
tree | c293a9b20dee4ad4155d6a5436975edf1fe5794b /sys/arch/i386 | |
parent | d2ed775e200629fbcb4ac19b52af9615e69c0c99 (diff) |
Comment out option GPT until the matching userland bits are in place.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 76556799dfb..41504185de3 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.781 2014/07/13 15:32:28 miod Exp $ +# $OpenBSD: GENERIC,v 1.782 2014/07/13 22:28:03 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -27,7 +27,7 @@ option MTRR # CPU memory range attributes control option COMPAT_LINUX # binary compatibility with Linux #option PROCFS # /proc, currently broken -option GPT # GPT partition table support +#option GPT # GPT partition table support option NTFS # NTFS support option HIBERNATE # Hibernate support |