Changeset 1795

Show
Ignore:
Timestamp:
12/17/06 00:29:17 (2 years ago)
Author:
alexander
Message:

Restored the ability to override the console font on the boot command line

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/6.2/packages/livecd-bootscripts/langconf

    r1486 r1795  
    7474        # Base the selection on the language's non-UTF-8 locale charmap 
    7575        F_CHARMAP=`LC_ALL=${F_LANG%.UTF-8} locale charmap` 
    76         while IFS="     " read CHARMAP FONT ERROR 
     76        while IFS="     " read CHARMAP G_FONT ERROR 
    7777        do 
    7878                if [ "$F_CHARMAP" = "$CHARMAP" ] 
    7979                then 
    80                         F_FONT="$FONT" 
     80                        F_FONT="$G_FONT" 
    8181                        F_ERROR="$ERROR" 
    8282                        if [ "$F_ERROR" != "0" ]