Skip to content

Commit

Permalink
copy template kernel config file
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Nov 22, 2000
1 parent f555cff commit ac3107a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion freebsd2/INSTALL
@@ -1,6 +1,6 @@
Installation procedure - FreeBSD 2.2.8
KAME project
$Id: INSTALL,v 1.11 2000/01/18 11:35:39 itojun Exp $
$Id: INSTALL,v 1.12 2000/11/22 10:51:21 itojun Exp $


You'll need to follow the steps below. They can be separated into two major
Expand Down Expand Up @@ -42,6 +42,8 @@ B-1. Go down to sys/i386/conf.
B-2. Make a kernel configuration file, and invoke "/usr/sbin/config CONFIGFILE".
GENERIC.v6 should have commonly used IPv6 definitions, so you may want to
copy the file to begin with.
% cp GENERIC.v6 CONFIGFILE
% vi CONFIGFILE
% /usr/sbin/config CONFIGFILE

B-3. Build the kernel. The process will make kernel file named "kernel".
Expand Down
4 changes: 3 additions & 1 deletion freebsd3/INSTALL
@@ -1,6 +1,6 @@
Installation procedure - FreeBSD 3.4
KAME project
$Id: INSTALL,v 1.14 2000/02/05 12:36:55 jinmei Exp $
$Id: INSTALL,v 1.15 2000/11/22 10:51:21 itojun Exp $


You'll need to follow the steps below. They can be separated into two major
Expand Down Expand Up @@ -42,6 +42,8 @@ B-1. Go down to sys/i386/conf.
B-2. Make a kernel configuration file, and invoke "/usr/sbin/config CONFIGFILE".
GENERIC.v6 should have commonly used IPv6 definitions, so you may want to
copy the file to begin with.
% cp GENERIC.v6 CONFIGFILE
% vi CONFIGFILE
% /usr/sbin/config CONFIGFILE

B-3. Build the kernel. The process will make kernel file named "kernel".
Expand Down
4 changes: 3 additions & 1 deletion freebsd4/INSTALL
@@ -1,6 +1,6 @@
Installation procedure - FreeBSD 4.0
KAME project
$Id: INSTALL,v 1.4 2000/06/27 16:15:42 suz Exp $
$Id: INSTALL,v 1.5 2000/11/22 10:51:22 itojun Exp $


You'll need to follow the steps below. They can be separated into two major
Expand Down Expand Up @@ -42,6 +42,8 @@ B-1. Go down to sys/i386/conf.
B-2. Make a kernel configuration file, and invoke "/usr/sbin/config CONFIGFILE".
GENERIC.KAME includes KAME extensions as well as common FreeBSD
definitions, so you may want to copy the file to begin with.
% cp GENERIC.KAME CONFIGFILE
% vi CONFIGFILE
% /usr/sbin/config CONFIGFILE

B-3. Build the kernel. The process will make kernel file named "kernel".
Expand Down
4 changes: 3 additions & 1 deletion openbsd/INSTALL
@@ -1,6 +1,6 @@
Installation procedure - OpenBSD
KAME project
$Id: INSTALL,v 1.6 2000/07/12 13:59:37 itojun Exp $
$Id: INSTALL,v 1.7 2000/11/22 10:51:22 itojun Exp $


You'll need to follow the steps below. They can be separated into two major
Expand Down Expand Up @@ -43,6 +43,8 @@ B-1. Go down to sys/arch/ARCH/conf.
B-2. Make a kernel configuration file, and invoke "config CONFIGFILE".
GENERIC.KAME should have commonly used IPv6 definitions, so you may want
to copy the file to begin with.
% cp GENERIC.KAME CONFIGFILE
% vi CONFIGFILE
% /usr/sbin/config CONFIGFILE

B-3. Build the kernel. The process will make kernel file named "netbsd".
Expand Down

0 comments on commit ac3107a

Please sign in to comment.