[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#273262: base-config: Enable termwrap console support for Greek after 1st boot [patch]



Patch forgotten sorry. 
 
Konstantinos 
----------------------------------------------------------- 
--- /usr/sbin/termwrap  2004-09-13 03:25:58.000000000 +0300 
@@ -347,15 +355,17 @@ 
        # Enable UTF-8 in console 
        case $TERMINAL in 
        console) 
-               try_load_fb 
-               WRAPPER="/usr/bin/jfbterm" 
-               WRAPPER_OPTION="-q -e" 
+               # In the case of Greek console support works, 
+               # so we can ignore loading jfbterm 
+               if [ $LANG != "el_GR.UTF-8" ]; then 
+                       try_load_fb 
+                       WRAPPER="/usr/bin/jfbterm" 
+                       WRAPPER_OPTION="-q -e" 
+               fi 
                ;; 
        esac 
        ;; 
 *) 
        # Fallback jfbterm 
-       # Mainly Korean, Chinese, Greek, Bulgarian 
+       # Mainly Korean, Chinese 
        case $TERMINAL in 
        console) 
                try_load_fb 
------------------------------------------------------------ 



Reply to: