diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh index 53cb8eb8d2cb..cdde9d833960 100755 --- a/release/alpha/dokern.sh +++ b/release/alpha/dokern.sh @@ -22,6 +22,7 @@ if [ "$MFS" = "YES" ]; then -e '/wt0/d' \ -e '/wfd0/d' \ -e '/pass0/d' \ + -e '/pnp0/d' \ -e '/apm0/d' \ -e '/ppp/d' \ -e '/eisa0/d' \ diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh index 53cb8eb8d2cb..cdde9d833960 100755 --- a/release/amd64/dokern.sh +++ b/release/amd64/dokern.sh @@ -22,6 +22,7 @@ if [ "$MFS" = "YES" ]; then -e '/wt0/d' \ -e '/wfd0/d' \ -e '/pass0/d' \ + -e '/pnp0/d' \ -e '/apm0/d' \ -e '/ppp/d' \ -e '/eisa0/d' \ diff --git a/release/i386/dokern.sh b/release/i386/dokern.sh index 53cb8eb8d2cb..cdde9d833960 100755 --- a/release/i386/dokern.sh +++ b/release/i386/dokern.sh @@ -22,6 +22,7 @@ if [ "$MFS" = "YES" ]; then -e '/wt0/d' \ -e '/wfd0/d' \ -e '/pass0/d' \ + -e '/pnp0/d' \ -e '/apm0/d' \ -e '/ppp/d' \ -e '/eisa0/d' \ diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh index 53cb8eb8d2cb..cdde9d833960 100755 --- a/release/pc98/dokern.sh +++ b/release/pc98/dokern.sh @@ -22,6 +22,7 @@ if [ "$MFS" = "YES" ]; then -e '/wt0/d' \ -e '/wfd0/d' \ -e '/pass0/d' \ + -e '/pnp0/d' \ -e '/apm0/d' \ -e '/ppp/d' \ -e '/eisa0/d' \ diff --git a/release/scripts/dokern.sh b/release/scripts/dokern.sh index 53cb8eb8d2cb..cdde9d833960 100755 --- a/release/scripts/dokern.sh +++ b/release/scripts/dokern.sh @@ -22,6 +22,7 @@ if [ "$MFS" = "YES" ]; then -e '/wt0/d' \ -e '/wfd0/d' \ -e '/pass0/d' \ + -e '/pnp0/d' \ -e '/apm0/d' \ -e '/ppp/d' \ -e '/eisa0/d' \