summaryrefslogtreecommitdiffstats
path: root/release/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2002-10-31 04:51:05 +0000
committernyan <nyan@FreeBSD.org>2002-10-31 04:51:05 +0000
commit01367ca62545232cc7a5d8b0eed465cef2d01360 (patch)
treedae05526dabe0900a69189f93cfbd391cc2a4b1c /release/pc98
parent3523a0f8a2e470ddbcd793e5f85b8634e82ad631 (diff)
downloadFreeBSD-src-01367ca62545232cc7a5d8b0eed465cef2d01360.zip
FreeBSD-src-01367ca62545232cc7a5d8b0eed465cef2d01360.tar.gz
Disable COMPAT_FREEBSD4.
Diffstat (limited to 'release/pc98')
-rwxr-xr-xrelease/pc98/dokern.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh
index 942dbd1..7ff2d7c 100755
--- a/release/pc98/dokern.sh
+++ b/release/pc98/dokern.sh
@@ -21,6 +21,7 @@ sed -e 's/ident.*GENERIC/ident BOOTMFS/g' \
-e '/NFS_ROOT/d' \
-e '/PROCFS/d' \
-e '/PSEUDOFS/d' \
+ -e '/COMPAT_FREEBSD4/d' \
-e '/KTRACE/d' \
-e '/SYSV/d' \
-e '/DDB/d' \
@@ -83,6 +84,7 @@ sed -e 's/ident.*GENERIC/ident BOOTMFS/g' \
-e '/NFS_ROOT/d' \
-e '/PROCFS/d' \
-e '/PSEUDOFS/d' \
+ -e '/COMPAT_FREEBSD4/d' \
-e '/KTRACE/d' \
-e '/SYSV/d' \
-e '/DDB/d' \
@@ -117,6 +119,7 @@ echo "options NETGRAPH"
echo "options NETGRAPH_ETHER"
echo "options NETGRAPH_PPPOE"
echo "options NETGRAPH_SOCKET"
+echo "options NO_COMPAT_FREEBSD4"
# reset maxusers to something lower
echo "maxusers 5"
OpenPOWER on IntegriCloud