mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Trim more stuff off the boot floppy - we're overflowing again! :(
Partially suggested by: abial
This commit is contained in:
parent
f7506f876c
commit
6c40eec92b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39608
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.389 1998/09/20 08:52:23 jkh Exp $
|
||||
# $Id: Makefile,v 1.390 1998/09/23 07:38:51 gpalmer Exp $
|
||||
#
|
||||
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
|
||||
#
|
||||
@ -678,6 +678,9 @@ doMFSKERN:
|
||||
@cd ${.CURDIR}/../sys/i386/conf && \
|
||||
sed -e '/pty/d' \
|
||||
-e '/pass0/d' \
|
||||
-e '/apm0/d' \
|
||||
-e '/ppp/d' \
|
||||
-e '/gzip/d' \
|
||||
-e '/PROCFS/d' \
|
||||
-e '/MSDOSFS/d' \
|
||||
-e '/SYSVSHM/d' \
|
||||
|
Loading…
Reference in New Issue
Block a user