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/i386/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/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index e3cab1523aa..10b24ff9ec4 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.65 2003/12/17 01:56:45 millert Exp $ +# $OpenBSD: RAMDISK_CD,v 1.66 2004/01/04 00:29:50 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -29,6 +29,7 @@ option MSDOSFS # MS-DOS file system option FIFO # FIFOs; RECOMMENDED option INET # IP + ICMP + TCP + UDP +option INET6 # IPv6 (needs INET) option BOOT_CONFIG # boot-time kernel config |