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:
parent
82de6feba6
commit
2fa7f63bd0
|
@ -93,7 +93,7 @@ with pkgs.lib;
|
||||||
[Service]
|
[Service]
|
||||||
Environment=TERM=linux
|
Environment=TERM=linux
|
||||||
Environment=LOCALE_ARCHIVE=/run/current-system/sw/lib/locale/locale-archive
|
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
|
Type=idle
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=0
|
RestartSec=0
|
||||||
|
|
Loading…
Reference in New Issue