Shuffle the exclusion list for boot.flp in an effort to get sizes

down again.
This commit is contained in:
Jordan K. Hubbard 1998-12-06 21:58:50 +00:00
parent 20ec02b38c
commit 872963ff95
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41567
5 changed files with 10 additions and 15 deletions

View File

@ -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' \

View File

@ -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' \

View File

@ -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' \

View File

@ -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' \

View File

@ -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' \