diff options
-rwxr-xr-x | release/alpha/dokern.sh | 5 | ||||
-rwxr-xr-x | release/amd64/dokern.sh | 5 | ||||
-rwxr-xr-x | release/i386/dokern.sh | 5 | ||||
-rwxr-xr-x | release/pc98/dokern.sh | 5 | ||||
-rwxr-xr-x | release/scripts/dokern.sh | 5 |
5 files changed, 10 insertions, 15 deletions
diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh index 98d5d92..0f6cac8 100755 --- a/release/alpha/dokern.sh +++ b/release/alpha/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' \ diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh index 98d5d92..0f6cac8 100755 --- a/release/amd64/dokern.sh +++ b/release/amd64/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' \ diff --git a/release/i386/dokern.sh b/release/i386/dokern.sh index 98d5d92..0f6cac8 100755 --- a/release/i386/dokern.sh +++ b/release/i386/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' \ 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' \ diff --git a/release/scripts/dokern.sh b/release/scripts/dokern.sh index 98d5d92..0f6cac8 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' \ |