freebsd-dev/release/pc98/dokern.sh
1999-02-14 20:14:58 +00:00

17 lines
297 B
Bash
Executable File

#!/bin/sh
sed -e '/pty/d' \
-e '/pass0/d' \
-e '/apm0/d' \
-e '/ppp/d' \
-e '/gzip/d' \
-e '/splash/d' \
-e '/PROCFS/d' \
-e '/KTRACE/d' \
-e '/SYSVMSG/d' \
-e 's/GENERIC/BOOTMFS/g'
echo "options NFS_NOSERVER"
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"