diff options
author | 2004-03-30 19:34:31 +0000 | |
---|---|---|
committer | 2004-03-30 19:34:31 +0000 | |
commit | 79348955bc016174154b78ceff81c87348c1727d (patch) | |
tree | 0784f234a43534faf47bb149b32bbea7e0c1b101 | |
parent | s/elapsed/lapsed/; (diff) | |
download | wireguard-openbsd-79348955bc016174154b78ceff81c87348c1727d.tar.xz wireguard-openbsd-79348955bc016174154b78ceff81c87348c1727d.zip |
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 |