diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-04 00:29:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-04 00:29:52 +0000 |
commit | 2af1f69fc494070f86b592a867d4ae3f99d61e39 (patch) | |
tree | 034fa884bd28605e7e6b6893ce62c251fab68fad /sys/arch/macppc/conf | |
parent | 9d6c1805528288a3d54a037c259a65fd99ff5240 (diff) |
put INET6, rtsol, and ping6 onto media where it fits. install.sub changes
which begin to enable use of this will follow at a later time.
Diffstat (limited to 'sys/arch/macppc/conf')
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 9dfd0adda70..657d03f9d17 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.26 2003/06/11 20:33:08 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.27 2004/01/04 00:29:50 deraadt Exp $ # # PPC GENERIC config file # @@ -24,7 +24,8 @@ 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 DDB # IP + ICMP + TCP + UDP +option INET6 # IPv6 (needs INET) +option DDB # kernel debugger config bsd root on rd0a swap on rd0b |