aboutsummaryrefslogtreecommitdiff
path: root/release/pc98
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-01-26 15:14:11 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-01-26 15:14:11 +0000
commitccfcf93e5340cdce5ea948fd820b29318f2e88b6 (patch)
treee428403a6cf4f6479eff8bbf61cd0c11ec315b8e /release/pc98
parentb75895b4d075fc9dcfd7b66bd88e84c68e5aa7b8 (diff)
downloadsrc-ccfcf93e5340cdce5ea948fd820b29318f2e88b6.tar.gz
src-ccfcf93e5340cdce5ea948fd820b29318f2e88b6.zip
Notes
Diffstat (limited to 'release/pc98')
-rwxr-xr-xrelease/pc98/dokern.sh17
1 files changed, 13 insertions, 4 deletions
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh
index 0f6cac8cbaa1..53cb8eb8d2cb 100755
--- a/release/pc98/dokern.sh
+++ b/release/pc98/dokern.sh
@@ -13,19 +13,28 @@ fi
if [ "$MFS" = "YES" ]; then
sed -e '/pty/d' \
- -e '/wfd0/d' \
+ -e '/acd0/d' \
+ -e '/cd0/d' \
-e '/mcd0/d' \
-e '/matcd0/d' \
-e '/scd0/d' \
+ -e '/ft0/d' \
-e '/wt0/d' \
+ -e '/wfd0/d' \
-e '/pass0/d' \
-e '/apm0/d' \
- -e '/ft0/d' \
-e '/ppp/d' \
+ -e '/eisa0/d' \
+ -e '/aha0/d' \
+ -e '/ahb0/d' \
+ -e '/bt0/d' \
+ -e '/fd1/d' \
+ -e '/splash/d' \
-e '/gzip/d' \
- -e '/isp0/d' \
-e '/NFS/d' \
-e '/PROCFS/d' \
+ -e '/MSDOSFS/d' \
+ -e '/CD9660/d' \
-e '/SYSVSHM/d' \
-e '/KTRACE/d' \
-e '/MATH_EMULATE/d' \
@@ -37,11 +46,11 @@ else
-e '/apm0/d' \
-e '/ppp/d' \
-e '/gzip/d' \
+ -e '/splash/d' \
-e '/PROCFS/d' \
-e '/KTRACE/d' \
-e 's/GENERIC/BOOTMFS/g'
fi
echo "options NFS_NOSERVER"
-echo 'options "MAXCONS=4"'
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"