X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-cmdline-old;h=521170f916915f821a0ea9780b8507e364894570;hb=c28667cbd5e624e9a290174289ffb7920f37db38;hp=d0659c8f40cc845dd68eb5245665c461cc7ad00f;hpb=4c1349fc70b5f53764a32893ebe2592990a7adbe;p=live-boot-grml.git diff --git a/components/9990-cmdline-old b/components/9990-cmdline-old index d0659c8..521170f 100755 --- a/components/9990-cmdline-old +++ b/components/9990-cmdline-old @@ -266,6 +266,11 @@ Cmdline_old () UNIONTYPE="${_PARAMETER#union=}" export UNIONTYPE ;; + + vlan=*) + VLANS="${VLANS} ${_PARAMETER#vlan=}" + export VLANS + ;; esac done