aboutsummaryrefslogtreecommitdiff
path: root/release/i386/dokern.sh
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-06-09 09:08:22 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-06-09 09:08:22 +0000
commit47b06c4f2fbe96846d6b7a916ca1a89373343bc3 (patch)
treeee0a302a3cfd45e5635f876209a61e02096e0a23 /release/i386/dokern.sh
parent8fb106c674dfcc3c8ea4cd1fa602b6550419a434 (diff)
downloadsrc-47b06c4f2fbe96846d6b7a916ca1a89373343bc3.tar.gz
src-47b06c4f2fbe96846d6b7a916ca1a89373343bc3.zip
Various edits to shrink fixit and enable dhcp-client
Notes
Notes: svn path=/head/; revision=47851
Diffstat (limited to 'release/i386/dokern.sh')
-rwxr-xr-xrelease/i386/dokern.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/i386/dokern.sh b/release/i386/dokern.sh
index 3564cbdae0e7..5d6b7eb0aa68 100755
--- a/release/i386/dokern.sh
+++ b/release/i386/dokern.sh
@@ -11,6 +11,9 @@ sed -e '/pty/d' \
-e '/SYSVMSG/d' \
-e 's/GENERIC/BOOTMFS/g'
+# So dhclient will work (just on boot floppy).
+echo "pseudo-device bpfilter 4"
+
echo "options NFS_NOSERVER"
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"