diff options
author | jkh <jkh@FreeBSD.org> | 1999-06-09 09:08:22 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-06-09 09:08:22 +0000 |
commit | da76641a7a7fb39313ff8da6f3221e1555a2b48f (patch) | |
tree | 1448b2b0d345c5aa1a9141853442c4d76065d239 /release/amd64 | |
parent | fb0eee157d1c0f7de57d40fbf76e6c7f01de31df (diff) | |
download | FreeBSD-src-da76641a7a7fb39313ff8da6f3221e1555a2b48f.zip FreeBSD-src-da76641a7a7fb39313ff8da6f3221e1555a2b48f.tar.gz |
Various edits to shrink fixit and enable dhcp-client
Diffstat (limited to 'release/amd64')
-rwxr-xr-x | release/amd64/dokern.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh index 3564cbd..5d6b7eb 100755 --- a/release/amd64/dokern.sh +++ b/release/amd64/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" |