summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-06-09 09:08:22 +0000
committerjkh <jkh@FreeBSD.org>1999-06-09 09:08:22 +0000
commitda76641a7a7fb39313ff8da6f3221e1555a2b48f (patch)
tree1448b2b0d345c5aa1a9141853442c4d76065d239 /release
parentfb0eee157d1c0f7de57d40fbf76e6c7f01de31df (diff)
downloadFreeBSD-src-da76641a7a7fb39313ff8da6f3221e1555a2b48f.zip
FreeBSD-src-da76641a7a7fb39313ff8da6f3221e1555a2b48f.tar.gz
Various edits to shrink fixit and enable dhcp-client
Diffstat (limited to 'release')
-rwxr-xr-xrelease/alpha/dokern.sh3
-rw-r--r--release/alpha/fixit_crunch.conf6
-rwxr-xr-xrelease/amd64/dokern.sh3
-rw-r--r--release/fixit_crunch.conf6
-rwxr-xr-xrelease/i386/dokern.sh3
-rwxr-xr-xrelease/pc98/dokern.sh3
-rwxr-xr-xrelease/scripts/dokern.sh3
7 files changed, 21 insertions, 6 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
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"
diff --git a/release/fixit_crunch.conf b/release/fixit_crunch.conf
index b8887cb..3e795d6 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 3564cbd..5d6b7eb 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 3564cbd..5d6b7eb 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 3564cbd..5d6b7eb 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"
OpenPOWER on IntegriCloud