From: Ulrich Dangel Date: Fri, 23 Oct 2009 17:48:10 +0000 (+0200) Subject: Clear at first the screen if bootparam quiet is set. X-Git-Tag: v0.9.25~8 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=55652b9ec39d4eb16ff2789ae67d9e4561434182 Clear at first the screen if bootparam quiet is set. --- diff --git a/etc/grml/fai/live-initramfs/grml-script.init-top b/etc/grml/fai/live-initramfs/grml-script.init-top index 462642d..1c74bd9 100755 --- a/etc/grml/fai/live-initramfs/grml-script.init-top +++ b/etc/grml/fai/live-initramfs/grml-script.init-top @@ -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