summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-20 21:18:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-20 21:18:51 +0000
commit898920ffecbf3b00b02ffdb0360fc63d325f5aa2 (patch)
treedf4e2622b4f3a185b4a9fd841429975884ce7f05
parent5c8b5903dc92ab619d73c7917d080434c837fbad (diff)
do not put INET6 here, we want bsd.rd that fits
-rw-r--r--sys/arch/sparc/conf/RAMDISK4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK
index 15bef7d4238..c2420f94619 100644
--- a/sys/arch/sparc/conf/RAMDISK
+++ b/sys/arch/sparc/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.47 2004/01/04 00:29:50 deraadt Exp $
+# $OpenBSD: RAMDISK,v 1.48 2004/01/20 21:18:50 deraadt Exp $
# $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $
# Machine architecture; required by config(8)
@@ -25,7 +25,7 @@ option CD9660 # ISO 9660 + Rock Ridge file system
#option FDESC # /dev/fd
#option FIFO # FIFOs; RECOMMENDED
option INET # IP + ICMP + TCP + UDP
-option INET6 # IPv6 (needs INET)
+#option INET6 # IPv6 (needs INET)
option BOOT_CONFIG # add support for boot -c
# Options for variants of the Sun SPARC architecture.