diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-03-30 19:34:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-03-30 19:34:32 +0000 |
commit | 2c7f44f0d9e059cc2ee8e9fa4be0c8ee80082ebc (patch) | |
tree | 79cd08942e2fbca3227ae35a54dc09af0cef3a07 | |
parent | e7a7ba7c3e8e3480b54bc31e7e6d7e94ae9283cf (diff) |
knock out INET6: media too large for some machines
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 657d03f9d17..9d9ec1b05a1 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.27 2004/01/04 00:29:50 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.28 2004/03/30 19:34:31 deraadt Exp $ # # PPC GENERIC config file # @@ -24,7 +24,7 @@ option NFSCLIENT # Network File System client option CD9660 # ISO 9660 + Rock Ridge file system option MSDOSFS # MS-DOS file system option INET # IP + ICMP + TCP + UDP -option INET6 # IPv6 (needs INET) +#option INET6 # IPv6 (needs INET) option DDB # kernel debugger config bsd root on rd0a swap on rd0b |