aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-06-09 09:08:22 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-06-09 09:08:22 +0000
commit47b06c4f2fbe96846d6b7a916ca1a89373343bc3 (patch)
treeee0a302a3cfd45e5635f876209a61e02096e0a23
parent8fb106c674dfcc3c8ea4cd1fa602b6550419a434 (diff)
Notes
-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 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"