Merging casper 1.107.
[live-boot-grml.git] / scripts / live
index 43d3dde..b1157c5 100755 (executable)
@@ -336,6 +336,11 @@ Arguments ()
                                export SHOWMOUNTS
                                ;;
 
+                       textonly)
+                               TEXTONLY="Yes"
+                               export TEXTONLY
+                               ;;
+
                        timezone=*)
                                TIMEZONE="${ARGUMENT#timezone=}"
                                export TIMEZONE