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/alpha | |
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/alpha')
-rwxr-xr-x | release/alpha/dokern.sh | 3 | ||||
-rw-r--r-- | release/alpha/fixit_crunch.conf | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh index 3564cbd..5d6b7eb 100755 --- a/release/alpha/dokern.sh +++ b/release/alpha/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" diff --git a/release/alpha/fixit_crunch.conf b/release/alpha/fixit_crunch.conf index b8887cb..3e795d6 100644 --- a/release/alpha/fixit_crunch.conf +++ b/release/alpha/fixit_crunch.conf @@ -1,4 +1,4 @@ -# $Id: fixit_crunch.conf,v 1.14 1997/12/25 23:08:44 jkh Exp $ +# $Id: fixit_crunch.conf,v 1.15 1998/09/19 01:46:22 jkh Exp $ # first, we list the source dirs that our programs reside in. These are # searched in order listed to find the dir containing each program. @@ -14,7 +14,7 @@ srcdirs /usr/src/sbin/i386 # /bin stuff progs cat chmod chroot cp date dd df echo ed expr hostname kill ln ls mkdir -progs mt mv pwd rcp rm rmdir sleep stty sync test +progs mt mv pwd rm rmdir sleep stty sync test ln test [ @@ -32,7 +32,7 @@ ln chown chgrp # /usr/bin stuff -progs ftp more rsh sed telnet rlogin vi find grep +progs ftp more sed telnet vi find grep ln vi view ln vi ex |