]> git.pld-linux.org Git - packages/console-tools.git/blame - console.sh
- removed unnecessary "dmesg | grep mono" : this should be now handled by
[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)
a9ca7a8d 13 echo -n -e '\033(K' > /proc/$$/fd/0
81be7d90 14 fi
ed78c3ee
AF
15
16 fi
81be7d90 17 ;;
18esac
This page took 0.085547 seconds and 4 git commands to generate.