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 <aszlig@redmoonstudios.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user