]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
40network/parse-ip-opts.sh: add "ip=auto6" to valid options
authorHarald Hoyer <harald@redhat.com>
Wed, 19 May 2010 06:28:19 +0000 (08:28 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 19 May 2010 06:29:05 +0000 (08:29 +0200)
modules.d/40network/parse-ip-opts.sh

index 327ba5e027b79ac8ddfbd09140b32d78c4c0cc55..7362669f9c10968a99793f36f9a5d0fe0e9881cb 100755 (executable)
@@ -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"