Clear at first the screen if bootparam quiet is set.
authorUlrich Dangel <uli@spamt.net>
Fri, 23 Oct 2009 17:48:10 +0000 (19:48 +0200)
committerUlrich Dangel <uli@spamt.net>
Fri, 23 Oct 2009 18:34:07 +0000 (20:34 +0200)
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