X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-cmdline-old;h=6e9082da728cccb0c237de05c32313083f29aae7;hb=71d0584ad5389b1b09c9bd5c68e972a9397aa6c9;hp=1549bb46c2847cb442e2e698eca6c53e7ed3d882;hpb=6f465ddc145fb527215865ed042875d231d8dcfd;p=live-boot-grml.git diff --git a/components/9990-cmdline-old b/components/9990-cmdline-old index 1549bb4..6e9082d 100755 --- a/components/9990-cmdline-old +++ b/components/9990-cmdline-old @@ -33,6 +33,8 @@ Cmdline_old () nodhcp) DHCP="" export DHCP + NODHCP="true" + export NODHCP ;; ethdevice=*) @@ -159,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 @@ -193,7 +200,7 @@ Cmdline_old () ;; persistence-label=*) - custom_overlay_label="${_PARAMETER#persistence-label=*}" + custom_overlay_label=$(echo ${_PARAMETER#persistence-label=*} | sed -e 's/,/ /g') ;; nopersistence)