base: Use frappe colours and try to stop large font on early boot

This commit is contained in:
Charlotte Van Petegem 2023-10-19 18:19:53 +02:00
parent 597f627cc4
commit 34d99abc1b
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -60,6 +60,25 @@
boot.kernelParams = [ "mitigations=off" ];
console = {
colors = [
"51576d"
"e78284"
"a6d189"
"e5c890"
"8caaee"
"f4b8e4"
"81c8be"
"b5bfe2"
"626880"
"e78284"
"a6d189"
"e5c890"
"8caaee"
"f4b8e4"
"81c8be"
"a5adce"
];
earlySetup = true;
font = "Lat2-Terminus16";
keyMap = "us";
};