X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-cmdline-old;h=c896bbbf58efc92a9eb59dc6e61915173bd5e0e8;hb=f35e0cfae2a2c7b15ed6a38211264b7b26b80a43;hp=975ade20c1918ef6e30041c28e90fdeb1f02a161;hpb=5eb34d46fe13b8511d6aef4cc28089db48612322;p=live-boot-grml.git diff --git a/components/9990-cmdline-old b/components/9990-cmdline-old index 975ade2..c896bbb 100755 --- a/components/9990-cmdline-old +++ b/components/9990-cmdline-old @@ -17,7 +17,6 @@ Cmdline_old () BOOTIF=*) BOOTIF="${_PARAMETER#BOOTIF=}" ;; - dns=*) DNS=${_PARAMETER#dns=} DNSSERVERS=$(echo ${DNS} | sed 's/,/ /g') @@ -173,6 +172,11 @@ Cmdline_old () ramdisk_size="${_PARAMETER#ramdisk-size=}" ;; + overlay-size=*) + OVERLAY_SIZE="${_PARAMETER#overlay-size=}" + export OVERLAY_SIZE + ;; + persistence) PERSISTENCE="true" export PERSISTENCE