]> git.pld-linux.org Git - packages/console-tools.git/blame - console.sh
- added URL.
[packages/console-tools.git] / console.sh
CommitLineData
81be7d90 1
2case $(tty) in
3(/dev/tty[0-9]|/dev/tty[0-9][0-9])
4
5 if [ -f /etc/sysconfig/console ]
6 then
7 . /etc/sysconfig/console
8
9 if [ "$CONSOLEMAP" != "" ]
10 then
11 # Switch the G0 charset map from the default ISO-8859-1
12 # to the user-defined map (loaded with consolefonts)
13 echo -ne '\33(K'
14 fi
ed78c3ee
AF
15
16 fi
17 if dmesg|grep 'Console: mono' >/dev/null 2>&1
18 then
19 TERM=linux-m
20 export TERM
81be7d90 21 fi
22 ;;
23esac
This page took 0.072151 seconds and 4 git commands to generate.