X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=blobdiff_plain;f=components%2F9990-cmdline-old;h=03e8fc639fa91d5bd95eb1a1ce79c39f532a6030;hp=1549bb46c2847cb442e2e698eca6c53e7ed3d882;hb=d28948564d021736022c4e1eb456259fe3aa1eb3;hpb=6f465ddc145fb527215865ed042875d231d8dcfd diff --git a/components/9990-cmdline-old b/components/9990-cmdline-old index 1549bb4..03e8fc6 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