diff options
| -rwxr-xr-x | release/alpha/dokern.sh | 3 | ||||
| -rw-r--r-- | release/alpha/fixit_crunch.conf | 6 | ||||
| -rwxr-xr-x | release/amd64/dokern.sh | 3 | ||||
| -rw-r--r-- | release/fixit_crunch.conf | 6 | ||||
| -rwxr-xr-x | release/i386/dokern.sh | 3 | ||||
| -rwxr-xr-x | release/pc98/dokern.sh | 3 | ||||
| -rwxr-xr-x | release/scripts/dokern.sh | 3 |
7 files changed, 21 insertions, 6 deletions
diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh index 3564cbdae0e7..5d6b7eb0aa68 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 b8887cbc0a08..3e795d6f42a7 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 diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh index 3564cbdae0e7..5d6b7eb0aa68 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" diff --git a/release/fixit_crunch.conf b/release/fixit_crunch.conf index b8887cbc0a08..3e795d6f42a7 100644 --- a/release/fixit_crunch.conf +++ b/release/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 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" diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh index 3564cbdae0e7..5d6b7eb0aa68 100755 --- a/release/pc98/dokern.sh +++ b/release/pc98/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/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" |
