X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-cmdline-old;h=03e8fc639fa91d5bd95eb1a1ce79c39f532a6030;hb=f5968d867b0600e3d6ff2873d20eb45a7637c23c;hp=efb33c17e16576e98c0d91bda501a947b4ae778c;hpb=72211f19cc0f386166fc348ddb22c169e2b1fbbc;p=live-boot-grml.git diff --git a/components/9990-cmdline-old b/components/9990-cmdline-old index efb33c1..03e8fc6 100755 --- a/components/9990-cmdline-old +++ b/components/9990-cmdline-old @@ -17,7 +17,12 @@ Cmdline_old () BOOTIF=*) BOOTIF="${_PARAMETER#BOOTIF=}" ;; - + dns=*) + DNS=${_PARAMETER#dns=} + DNSSERVERS=$(echo ${DNS} | sed 's/,/ /g') + export DNSSERVERS + unset DNS + ;; dhcp) # Force dhcp even while netbooting # Use for debugging in case somebody works on fixing dhclient @@ -28,6 +33,8 @@ Cmdline_old () nodhcp) DHCP="" export DHCP + NODHCP="true" + export NODHCP ;; ethdevice=*) @@ -154,6 +161,11 @@ Cmdline_old () ramdisk_size="${_PARAMETER#ramdisk-size=}" ;; + overlay-size=*) + OVERLAY_SIZE="${_PARAMETER#overlay-size=}" + export OVERLAY_SIZE + ;; + persistence) PERSISTENCE="true" export PERSISTENCE