From: Harald Hoyer Date: Wed, 19 May 2010 06:28:19 +0000 (+0200) Subject: 40network/parse-ip-opts.sh: add "ip=auto6" to valid options X-Git-Tag: 006~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=647035f9aa4ee490c37bb04f6742814204e64a8f;p=thirdparty%2Fdracut.git 40network/parse-ip-opts.sh: add "ip=auto6" to valid options --- diff --git a/modules.d/40network/parse-ip-opts.sh b/modules.d/40network/parse-ip-opts.sh index 327ba5e02..7362669f9 100755 --- a/modules.d/40network/parse-ip-opts.sh +++ b/modules.d/40network/parse-ip-opts.sh @@ -73,6 +73,7 @@ for p in $(getargs ip=); do [ -z "$mask" ] && \ die "Sorry, automatic calculation of netmask is not yet supported" ;; + auto6);; dhcp|on|any) \ [ -n "$NEEDBOOTDEV" ] && [ -z "$dev" ] && \ die "Sorry, 'ip=$p' does not make sense for multiple interface configurations"