From 55652b9ec39d4eb16ff2789ae67d9e4561434182 Mon Sep 17 00:00:00 2001 From: Ulrich Dangel Date: Fri, 23 Oct 2009 19:48:10 +0200 Subject: [PATCH] Clear at first the screen if bootparam quiet is set. --- etc/grml/fai/live-initramfs/grml-script.init-top | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.1.4