Merge remote-tracking branch 'upstream/master'
[live-boot-grml.git] / components / 9990-cmdline-old
index f04c0ff..c896bbb 100755 (executable)
@@ -172,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