Magellan Linux

Diff of /trunk/magellan-initscripts/etc/rc.d/init.d/consolefont

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1242 by niro, Thu Nov 5 12:57:14 2009 UTC revision 1243 by niro, Fri Mar 11 17:15:24 2011 UTC
# Line 20  source ${rc_functions} Line 20  source ${rc_functions}
20    
21  if [ -x /bin/setfont ]  if [ -x /bin/setfont ]
22  then  then
23   echo -e ${COLOREDSTAR}"Setting console font to ${CONSOLEFONT} ..."   rc_print "Setting console font to ${CONSOLEFONT} ..."
24   for i in 0 1 2 3 4 5 6   for i in 0 1 2 3 4 5 6
25   do   do
26   /bin/setfont ${CONSOLEFONT} -C /dev/tty${i}   /bin/setfont ${CONSOLEFONT} -C /dev/tty${i}

Legend:
Removed from v.1242  
changed lines
  Added in v.1243