summaryrefslogtreecommitdiffstats
path: root/release/amd64/dokern.sh
diff options
context:
space:
mode:
Diffstat (limited to 'release/amd64/dokern.sh')
-rwxr-xr-xrelease/amd64/dokern.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh
index d9713cd..3584511 100755
--- a/release/amd64/dokern.sh
+++ b/release/amd64/dokern.sh
@@ -6,7 +6,7 @@ ARCH="`uname -m`"
if [ "${ARCH}" = "i386" ]; then
sed -e '/pty/d' \
- -e '/pass0/d' \
+ -e '/pass/d' \
-e '/apm0/d' \
-e '/ppp/d' \
-e '/gzip/d' \
@@ -25,7 +25,7 @@ echo "options NETGRAPH_SOCKET"
elif [ "${ARCH}" = "alpha" ]; then
sed -e '/pty/d' \
- -e '/pass0/d' \
+ -e '/pass/d' \
-e '/apm0/d' \
-e '/ppp/d' \
-e '/gzip/d' \
OpenPOWER on IntegriCloud