mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
feat: amd stuff
This commit is contained in:
@@ -9,28 +9,16 @@ in {
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
boot = {
|
||||
loader = {
|
||||
timeout = 0;
|
||||
systemd-boot.consoleMode = "max";
|
||||
};
|
||||
loader.timeout = 0;
|
||||
|
||||
plymouth = {
|
||||
enable = true;
|
||||
theme = "text";
|
||||
};
|
||||
plymouth.enable = true;
|
||||
|
||||
kernelParams = [
|
||||
# Redirect all kernel messages to a console off screen
|
||||
"fbcon=vc:2-6"
|
||||
"console=tty1"
|
||||
|
||||
"splash"
|
||||
"quiet"
|
||||
|
||||
"rd.udev.log_level=3"
|
||||
"rd.systemd.show_status=false"
|
||||
"udev.log_priority=3"
|
||||
"boot.shell_on_fail"
|
||||
"vt.global_cursor_default=0" # no cursor blinking
|
||||
];
|
||||
consoleLogLevel = 0;
|
||||
|
||||
Reference in New Issue
Block a user