From b9751dc0c72c2032f4468eb27a9897ad47648bb3 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 6 Nov 2006 23:13:01 +0100 Subject: [PATCH] replace clear command with echo to avoid flickering, thanks - Michael Schierl! --- debian/changelog | 8 ++++++++ grml-bootsplash | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index fb83a73..90e9806 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +grml-autoconfig (0.5-21) unstable; urgency=low + + * grml-bootsplash: replace the clear command with + "echo -ne '\033[H\033[25l'" to avoid flickering. + Thanks a lot, Michael Schierl! + + -- Michael Prokop Mon, 6 Nov 2006 23:11:36 +0100 + grml-autoconfig (0.5-20) unstable; urgency=low * config_swraid: add usage info how to disable it, check for diff --git a/grml-bootsplash b/grml-bootsplash index 5e8341f..0af9cbd 100755 --- a/grml-bootsplash +++ b/grml-bootsplash @@ -4,7 +4,7 @@ # Authors: (c) Florian Keller , (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Son Jun 04 16:05:26 CEST 2006 [mika] +# Latest change: Mon Nov 06 23:04:08 CET 2006 [mika] ################################################################################ if [ -z "$1" ] ; then @@ -23,7 +23,7 @@ fi PLACEHOLDER="" BOOTSPLASH=$(mktemp) -/usr/bin/clear +echo -ne '\033[H\033[25l' cat > $BOOTSPLASH << 'EOTA' -- 2.1.4