Adding silent boot parameter.
[live-boot-grml.git] / scripts / live
index 933eb00..eb04d27 100755 (executable)
@@ -391,6 +391,11 @@ Arguments ()
                                export SHOWMOUNTS
                                ;;
 
+                       silent)
+                               SILENT="Yes"
+                               export SILENT
+                               ;;
+
                        textonly)
                                TEXTONLY="Yes"
                                export TEXTONLY