]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fixed "ip=dhcp6"
authorHarald Hoyer <harald@redhat.com>
Thu, 17 Jun 2010 14:25:28 +0000 (16:25 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 17 Jun 2010 14:25:28 +0000 (16:25 +0200)
modules.d/40network/parse-ip-opts.sh

index 7362669f9c10968a99793f36f9a5d0fe0e9881cb..a3c9597fa7a763ec5a2022bb39295ef45a52f556 100755 (executable)
@@ -74,7 +74,7 @@ for p in $(getargs ip=); do
                die "Sorry, automatic calculation of netmask is not yet supported"
            ;;
        auto6);;
-       dhcp|on|any) \
+       dhcp|dhcp6|on|any) \
            [ -n "$NEEDBOOTDEV" ] && [ -z "$dev" ] && \
                die "Sorry, 'ip=$p' does not make sense for multiple interface configurations"
            [ -n "$ip" ] && \