Various edits to shrink fixit and enable dhcp-client

This commit is contained in:
Jordan K. Hubbard 1999-06-09 09:08:22 +00:00
parent 8fb106c674
commit 47b06c4f2f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47851
7 changed files with 21 additions and 6 deletions

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"