~vcs-imports/ipfire/ipfire-2.x

« back to all changes in this revision

Viewing changes to src/initscripts/init.d/console

  • Committer: Arne Fitzenreiter
  • Date: 2011-08-09 03:49:10 UTC
  • mfrom: (2913.11.23)
  • Revision ID: git-v1:c7a2cfc817ff9f8524048bffacacded2a24b970b
Merge branch 'master' into next

Conflicts:
        doc/language_missings

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        FONT="lat2-16"
32
32
fi
33
33
 
 
34
if [ "$LANGUAGE" == "ru" ]; then
 
35
        FONT="LatArCyrHeb-16"
 
36
fi
 
37
 
34
38
UNICODE="1"
35
39
BROKEN_COMPOSE="0"
36
40