diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-06-09 09:08:22 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-06-09 09:08:22 +0000 |
| commit | 47b06c4f2fbe96846d6b7a916ca1a89373343bc3 (patch) | |
| tree | ee0a302a3cfd45e5635f876209a61e02096e0a23 /release/scripts | |
| parent | 8fb106c674dfcc3c8ea4cd1fa602b6550419a434 (diff) | |
Notes
Diffstat (limited to 'release/scripts')
| -rwxr-xr-x | release/scripts/dokern.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release/scripts/dokern.sh b/release/scripts/dokern.sh index 3564cbdae0e7..5d6b7eb0aa68 100755 --- a/release/scripts/dokern.sh +++ b/release/scripts/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" |
