Clear at first the screen if bootparam quiet is set.
[grml-live.git] / etc / grml / fai / live-initramfs / grml-script.init-top
index 462642d..1c74bd9 100755 (executable)
@@ -115,6 +115,10 @@ if [ -r /etc/grml_version ] ; then
    GRML_VERSION="$(cat /etc/grml_version)"
 fi
 
+if checkbootparam "quiet" ; then
+    echo -e "${CLEAR}"
+fi
+
 if [ -n "$DISTRI" ] ; then
 SPLASH="
 ${RED} $DISTRI