X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=blobdiff_plain;f=components%2F9990-cmdline-old;h=03e8fc639fa91d5bd95eb1a1ce79c39f532a6030;hp=bdb7624c62ac89193887ad93e82ca8e4aabbcbd1;hb=d28948564d021736022c4e1eb456259fe3aa1eb3;hpb=5d9e93b4da423eea69654e377bafc53d7439ad0d diff --git a/components/9990-cmdline-old b/components/9990-cmdline-old index bdb7624..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 @@ -266,7 +278,7 @@ Cmdline_old () if [ -z "${UNIONTYPE}" ] then - UNIONTYPE="aufs" + UNIONTYPE="overlay" export UNIONTYPE fi