Hello everybody,

I used to have problems with special characters in console, this includes
German umlauts (ä, ö, ü & ß) and pseudo graphical stuff produced by pstree,
tmux and friends.

I fix to by appending " linux" to the agetty command in getty@.service. Is
there anything wring with doing that? Patch is attached.
-- 
Best regards,
Chris
                         O< ascii ribbon campaign
                   stop html mail - www.asciiribbon.org
--- systemd/units/getty@.service.m4	2012-03-20 17:07:22.687970800 +0100
+++ systemd/units/getty@.service.m4	2012-03-20 17:07:49.423944289 +0100
@@ -18,7 +18,7 @@ Before=getty.target
 
 [Service]
 Environment=TERM=linux
-ExecStart=-/sbin/agetty %I 38400
+ExecStart=-/sbin/agetty %I 38400 linux
 Restart=always
 RestartSec=0
 UtmpIdentifier=%I
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to