summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1998-09-15 10:24:23 +0000
committergibbs <gibbs@FreeBSD.org>1998-09-15 10:24:23 +0000
commitca47b7a2f4f9c46e4818fb8356a408dceff75b47 (patch)
tree7918ca086d8362a014821eb9c20c590df1f00b6f
parent12e1349910474f0f1455dde5bd1b7dbac032954e (diff)
downloadFreeBSD-src-ca47b7a2f4f9c46e4818fb8356a408dceff75b47.zip
FreeBSD-src-ca47b7a2f4f9c46e4818fb8356a408dceff75b47.tar.gz
We don't need the CAM application pass-thru driver on installation boot
floppies. Also kill the sense and command strings to save space.
-rw-r--r--release/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 6c775f0..da6dbb2 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.383 1998/09/14 11:39:38 jkh Exp $
+# $Id: Makefile,v 1.384 1998/09/14 18:42:59 jkh Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -674,6 +674,7 @@ doMFSKERN:
@rm -f /sys/compile/BOOTMFS/mfs_vfsops.o
@cd ${.CURDIR}/../sys/i386/conf && \
sed -e '/pty/d' \
+ -e '/pass0/d' \
-e '/PROCFS/d' \
-e '/SYSVSHM/d' \
-e '/KTRACE/d' \
@@ -683,6 +684,8 @@ doMFSKERN:
echo "options MFS" >> BOOTMFS && \
echo "options NFS_NOSERVER" >> BOOTMFS && \
echo 'options "MAXCONS=4"' >> BOOTMFS && \
+ echo "options SCSI_NO_OP_STRINGS" >> BOOTMFS && \
+ echo "options SCSI_NO_SENSE_STRINGS" >> BOOTMFS && \
echo "options USERCONFIG_BOOT" >> BOOTMFS
@echo "options \"MFS_ROOT=`cat fs-image.${FSIMAGE}.size`\"" >> \
${.CURDIR}/../sys/i386/conf/BOOTMFS
OpenPOWER on IntegriCloud