Browse Source

do not use init= arg as first argument

master
Harald Hoyer 16 years ago
parent
commit
8d0a55cfac
  1. 1
      modules.d/99base/init

1
modules.d/99base/init

@ -227,6 +227,7 @@ if getarg init= >/dev/null ; then @@ -227,6 +227,7 @@ if getarg init= >/dev/null ; then
read CLINE </proc/cmdline
CLINE=${CLINE#*init=}
set $CLINE
shift
for x in "$@"; do
for s in $ignoreargs; do
[ "${x%%=*}" = $s ] && continue 2

Loading…
Cancel
Save