From 2fa7f63bd07eb4ae8f3d63f5c432f5cd09f4f093 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 14 Jun 2013 17:51:59 +0200 Subject: [PATCH] agetty: Add 57600 to the baud rate list. This is because it's quite commonly used in the wild. Especially at some "weird" server hosters (no names here) which doesn't allow to change the baudrate for their serial consoles. Signed-off-by: aszlig --- modules/services/ttys/agetty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/ttys/agetty.nix b/modules/services/ttys/agetty.nix index f269de6fc2a..850f558e4cb 100644 --- a/modules/services/ttys/agetty.nix +++ b/modules/services/ttys/agetty.nix @@ -93,7 +93,7 @@ with pkgs.lib; [Service] Environment=TERM=linux Environment=LOCALE_ARCHIVE=/run/current-system/sw/lib/locale/locale-archive - ExecStart=@${pkgs.utillinux}/sbin/agetty agetty --login-program ${pkgs.shadow}/bin/login %I 115200,38400,9600 + ExecStart=@${pkgs.utillinux}/sbin/agetty agetty --login-program ${pkgs.shadow}/bin/login %I 115200,57600,38400,9600 Type=idle Restart=always RestartSec=0