1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-25 17:02:45 +03:00

asus-dumo: defaults to hidden vt caret...

This is a "temporary" measure. I intend to move this to an option
(defaulting to true) that would add to the kernel cmdline.
This commit is contained in:
Samuel Dionne-Riel 2019-09-23 00:03:55 -04:00
parent 7f53a18b07
commit 8804cb6dbc

View File

@ -10,7 +10,7 @@
keyboard = false;
external_storage = true;
# Serial console on ttyS2, using a suzyqable or equivalent.
kernel_cmdline = "console=ttyS2,115200n8 earlyprintk=ttyS2,115200n8 loglevel=8";
kernel_cmdline = "console=ttyS2,115200n8 earlyprintk=ttyS2,115200n8 loglevel=8 vt.global_cursor_default";
# TODO : move kernel outside of the basic device details
kernel = pkgs.callPackage ./kernel {};
# This could be further pared down to only the required dtb files.