diff options
author | jkh <jkh@FreeBSD.org> | 1998-12-06 21:58:50 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-12-06 21:58:50 +0000 |
commit | 3f56407712318be6faa0b98ad8db4b5a83ef4c93 (patch) | |
tree | 87fe4804663b19fcb494ec40d3ac96605150634d /release/pc98 | |
parent | 2de6eb10e46311d1bf28edd80cde07c0c1e665b4 (diff) | |
download | FreeBSD-src-3f56407712318be6faa0b98ad8db4b5a83ef4c93.zip FreeBSD-src-3f56407712318be6faa0b98ad8db4b5a83ef4c93.tar.gz |
Shuffle the exclusion list for boot.flp in an effort to get sizes
down again.
Diffstat (limited to 'release/pc98')
-rwxr-xr-x | release/pc98/dokern.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh index 98d5d92..0f6cac8 100755 --- a/release/pc98/dokern.sh +++ b/release/pc98/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' \ |