differentiating boot setups, WIP

This commit is contained in:
madmin 2024-06-19 15:06:32 +02:00
parent 64fef1eafd
commit ab78d84217
3 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
{
console = {
earlySetup = true;
};
boot = {
loader.timeout = 3;
consoleLogLevel = 3;
initrd.verbose = true;
};
}

View File

@ -26,7 +26,7 @@
"vt.global_cursor_default=0"
];
consoleLogLevel = 0;
initrd.verbose = false;
initrd.verbose = true;
};
}