From: Michael Tremer Date: Wed, 26 Aug 2009 07:29:38 +0000 (+0200) Subject: initscript: Beautify the welcome screen. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39fdb8827814ada656289e3827518b788fa33576;p=ipfire-3.x.git initscript: Beautify the welcome screen. --- diff --git a/src/initscripts/core/welcome.conf b/src/initscripts/core/welcome.conf index 37ca7eb3c..709e6c3d9 100644 --- a/src/initscripts/core/welcome.conf +++ b/src/initscripts/core/welcome.conf @@ -8,6 +8,10 @@ console output script . /etc/init/functions + # Blank the screen + clear + echo + # dcol are spaces before the message to center the # message on screen. dcol=$(( $(( ${COLUMNS} - ${welcome_message_length} )) / 2 )) diff --git a/src/rootfiles/core/ncurses b/src/rootfiles/core/ncurses index be7cf9128..ace366e59 100644 --- a/src/rootfiles/core/ncurses +++ b/src/rootfiles/core/ncurses @@ -1,11 +1,11 @@ lib/libncursesw.so.5 lib/libncursesw.so.5.7 #usr/bin/captoinfo -#usr/bin/clear +usr/bin/clear #usr/bin/infocmp #usr/bin/infotocap #usr/bin/ncursesw5-config -#usr/bin/reset +usr/bin/reset #usr/bin/tic #usr/bin/toe #usr/bin/tput