Mailinglist Archive: opensuse-bugs (3392 mails)
| < Previous | Next > |
[Bug 744108] Cyrillic fonts on TTY broken when the system is booted with systemd.
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 15 Feb 2012 13:26:39 +0000
- Message-id: <20120215132639.D3709CC7D7@soval.provo.novell.com>
https://bugzilla.novell.com/show_bug.cgi?id=744108
https://bugzilla.novell.com/show_bug.cgi?id=744108#c26
--- Comment #26 from Frederic Crozat <fcrozat@xxxxxxxx> 2012-02-15 13:26:38 UTC
---
let's try something else.
Replace /etc/systemd/system/systemd-vconsole-setup.service with the following
content (replace the <KEYMAP> value with the path of the file corresponding to
KEYTABLE from /etc/sysconfig/keyboard, in /usr/share/kbd/keymaps, otherwise,
you'll be using qwerty keyboard ;)
[Unit]
Description=Setup Virtual Console
DefaultDependencies=no
Conflicts=shutdown.target
After=systemd-readahead-collect.service
systemd-readahead-replay.service
Before=sysinit.target shutdown.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/setfont -C /dev/tty1 UniCyrExt_8x16.psf.gz -m trivial
ExecStart=/bin/setfont -C /dev/tty2 UniCyrExt_8x16.psf.gz -m trivial
ExecStart=/bin/setfont -C /dev/tty3 UniCyrExt_8x16.psf.gz -m trivial
ExecStart=/bin/setfont -C /dev/tty4 UniCyrExt_8x16.psf.gz -m trivial
ExecStart=/bin/setfont -C /dev/tty5 UniCyrExt_8x16.psf.gz -m trivial
ExecStart=/bin/setfont -C /dev/tty6 UniCyrExt_8x16.psf.gz -m trivial
ExecStart=/bin/loadkeys -C '/dev/tty1 /dev/tty2 /dev/tty3 /dev/tty4 /dev/tty5
/dev/tty6' <KEYMAP>
StandardOutput=syslog
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |