diff --git a/usr/share/archboot/base/etc/securetty b/usr/share/archboot/base/etc/securetty index 973c4e4ed..8a61e3f10 100644 --- a/usr/share/archboot/base/etc/securetty +++ b/usr/share/archboot/base/etc/securetty @@ -3,12 +3,12 @@ # console -vc/1 -vc/2 -vc/3 -vc/4 -vc/5 -vc/6 +tty1 +tty2 +tty3 +tty4 +tty5 +tty6 tts/0 # End of file diff --git a/usr/share/archboot/base/etc/syslog-ng.conf b/usr/share/archboot/base/etc/syslog-ng.conf index d15891d55..030f98d52 100644 --- a/usr/share/archboot/base/etc/syslog-ng.conf +++ b/usr/share/archboot/base/etc/syslog-ng.conf @@ -43,7 +43,7 @@ destination d_acpid { file("/var/log/acpid.log"); }; destination d_console { usertty("root"); }; # Log everything to vc12 -destination console_all { file("/dev/vc/12"); }; +destination console_all { file("/dev/tty12"); }; filter f_auth { facility(auth); }; filter f_authpriv { facility(auth, authpriv); };