freebsd_amp_hwpstate/release/amd64/dokern.sh

20 lines
372 B
Bash
Raw Normal View History

#!/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'
# So dhclient will work (just on boot floppy).
1999-07-06 19:23:32 +00:00
echo "pseudo-device bpf 4"
echo "options NFS_NOSERVER"
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"