beagleboard/pocketbeagle: init

This commit is contained in:
Yegor Timoshenko
2018-10-12 13:12:52 +00:00
parent b7185cd232
commit f78fd94f63
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
{ lib, ... }:
{
boot.kernelParams = [ "console=ttyO0,115200n8" ];
boot.loader = {
generic-extlinux-compatible.enable = lib.mkDefault true;
grub.enable = lib.mkDefault false;
};
}