summaryrefslogtreecommitdiffstats
path: root/release/alpha/dokern.sh
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2000-07-14 08:33:10 +0000
committerume <ume@FreeBSD.org>2000-07-14 08:33:10 +0000
commit7d6550f6888be671e35c1cf39bafd48a7ebc103d (patch)
treef690bf659f886857937b4c91d0f2e8f2cccbd7bb /release/alpha/dokern.sh
parente0c8d1d42639e253a12dff647ad580908cf27acd (diff)
downloadFreeBSD-src-7d6550f6888be671e35c1cf39bafd48a7ebc103d.zip
FreeBSD-src-7d6550f6888be671e35c1cf39bafd48a7ebc103d.tar.gz
IPv6 support.
IPv6 configuration is only done by rtsol. Does someone really need manual configuration? :-) You can specify IPv6 DNS server as well. We have only one server ftp7.jp.freebsd.org that speaks IPv6 in this time. ftp7.jp speaks IPv4 as well and also listed as Japan #7. Approved by: jkh
Diffstat (limited to 'release/alpha/dokern.sh')
-rwxr-xr-xrelease/alpha/dokern.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh
index 79e0a96..598015c 100755
--- a/release/alpha/dokern.sh
+++ b/release/alpha/dokern.sh
@@ -9,9 +9,10 @@ sed -e '/pty/d' \
-e '/pass/d' \
-e '/apm0/d' \
-e '/ppp/d' \
+ -e '/gif/d' \
+ -e '/faith/d' \
-e '/gzip/d' \
-e '/splash/d' \
- -e '/IPv6/d' \
-e '/PROCFS/d' \
-e '/KTRACE/d' \
-e '/SYSVMSG/d' \
@@ -31,9 +32,10 @@ sed -e '/pty/d' \
-e '/pass/d' \
-e '/apm0/d' \
-e '/ppp/d' \
+ -e '/gif/d' \
+ -e '/faith/d' \
-e '/gzip/d' \
-e '/splash/d' \
- -e '/IPv6/d' \
-e '/PROCFS/d' \
-e '/KTRACE/d' \
-e '/SYSV/d' \
OpenPOWER on IntegriCloud