diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-12-06 21:58:50 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-12-06 21:58:50 +0000 |
commit | 872963ff956b81ce07e442531158371f50388eb4 (patch) | |
tree | 918710bc7bd35f159bdc76a3ad10c99b29865aea /release/scripts | |
parent | 20ec02b38cf605fe24932f962a99431b39149507 (diff) | |
download | src-872963ff956b81ce07e442531158371f50388eb4.tar.gz src-872963ff956b81ce07e442531158371f50388eb4.zip |
Shuffle the exclusion list for boot.flp in an effort to get sizes
down again.
Notes
Notes:
svn path=/head/; revision=41567
Diffstat (limited to 'release/scripts')
-rwxr-xr-x | release/scripts/dokern.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/release/scripts/dokern.sh b/release/scripts/dokern.sh index 98d5d92a05e9..0f6cac8cbaa1 100755 --- a/release/scripts/dokern.sh +++ b/release/scripts/dokern.sh @@ -13,10 +13,7 @@ fi if [ "$MFS" = "YES" ]; then sed -e '/pty/d' \ - -e '/eisa/d' \ -e '/wfd0/d' \ - -e '/aha0/d' \ - -e '/ahb0/d' \ -e '/mcd0/d' \ -e '/matcd0/d' \ -e '/scd0/d' \ @@ -26,6 +23,8 @@ if [ "$MFS" = "YES" ]; then -e '/ft0/d' \ -e '/ppp/d' \ -e '/gzip/d' \ + -e '/isp0/d' \ + -e '/NFS/d' \ -e '/PROCFS/d' \ -e '/SYSVSHM/d' \ -e '/KTRACE/d' \ |