Add tty access to agares

This commit is contained in:
Tim Schubert 2022-03-25 21:39:37 +01:00
parent 5e1a05eba5
commit a855ade5e4
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -17,6 +17,8 @@
boot.loader.grub.version = 2; boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda"; boot.loader.grub.device = "/dev/sda";
boot.kernelParams = [ "console=ttyS0,115200" ];
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";
console = { console = {
font = "Lat2-Terminus16"; font = "Lat2-Terminus16";