Changeset 2077
- Timestamp:
- 09/26/07 06:38:20 (1 year ago)
- Files:
-
- trunk/packages/livecd-bootscripts/langconf (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/packages/livecd-bootscripts/langconf
r1914 r2077 90 90 91 91 # If UTF-8 locale is used, drop any "-m" flag 92 # and select a font with Euro, if appropriate 92 93 case "$F_LANG" in 93 94 *.UTF-8) 94 95 F_FONT=${F_FONT% -m*} 96 if [ "$F_FONT" = "lat1-16" ] ; then 97 F_FONT=lat0-16 98 fi 95 99 ;; 96 100 esac … … 108 112 is already in UTF-8, or because you don't want UTF-8), don't fill in 109 113 that field. 110 \n\nIn order to enhance Unicode coverage of the Linux console at the 111 cost of unavailable bright colors, use the LatArCyrHeb-16 font.\" 0 0 6 \ 114 \" 0 0 6 \ 112 115 \"Locale:\" 1 1 \"$F_LANG\" 1 30 40 0 \ 113 116 \"Console keymap:\" 2 1 \"$F_KEYMAP\" 2 30 40 0 \
