aboutsummaryrefslogtreecommitdiff
path: root/release/pc98
diff options
context:
space:
mode:
Diffstat (limited to 'release/pc98')
-rwxr-xr-xrelease/pc98/dokern.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh
index ffb111cd86b7..537f65d8d997 100755
--- a/release/pc98/dokern.sh
+++ b/release/pc98/dokern.sh
@@ -12,7 +12,6 @@ fi
if [ "${FDSIZE}" = "SMALL" ]; then
sed -e 's/ident.*GENERIC/ident BOOTMFS/g' \
- -e '/maxusers/d' \
-e '/DEBUG/d' \
-e '/SOFTUPDATES/d' \
-e '/UFS_DIRHASH/d' \
@@ -78,7 +77,6 @@ sed -e 's/ident.*GENERIC/ident BOOTMFS/g' \
else
sed -e 's/ident.*GENERIC/ident BOOTMFS/g' \
- -e '/maxusers/d' \
-e '/DEBUG/d' \
-e '/SOFTUPDATES/d' \
-e '/UFS_DIRHASH/d' \
@@ -125,8 +123,5 @@ echo "options NETGRAPH_PPPOE"
echo "options NETGRAPH_SOCKET"
echo "options NO_COMPAT_FREEBSD4"
-# reset maxusers to something lower
-echo "maxusers 5"
-
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"