Please add this patch or else the text is shifted right when framebuffer
is used.

seb
--- rc.sysinit  Mon Mar 19 14:42:19 2001
+++ rc.sysinit.new      Mon Mar 19 17:40:54 2001
@@ -36,13 +36,13 @@
 # C-like escape sequences don't work as 2nd and up parameters of gprintf,
 # so real escap chars were written
 if [ "$BOOTUP" != "serial" ]; then
- gprintf "\t\t\tWelcome to Linux %sMandrake%s" `echo -en "\\033[1;36m"` `echo -en 
"\\033[0;39m"`
+ gprintf "\t\t\tWelcome to Linux %sMandrake%s\r" `echo -en "\\033[1;36m"` `echo -en 
+"\\033[0;39m"`
 else
- gprintf "\t\t\tWelcome to Linux %sMandrake%s" "" ""
+ gprintf "\t\t\tWelcome to Linux %sMandrake%s\r" "" ""
 fi
 echo
 if [ "$PROMPT" != "no" ]; then
- gprintf "\t\tPress 'I' to enter interactive startup."
+ gprintf "\t\tPress 'I' to enter interactive startup.\r"
  echo
  sleep 1
 fi

Reply via email to