fix(bootloader): add quiet param
This commit is contained in:
parent
afb572e1b9
commit
287f3f9593
@ -4,4 +4,5 @@
|
|||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = false;
|
boot.loader.efi.canTouchEfiVariables = false;
|
||||||
boot.plymouth.enable = true;
|
boot.plymouth.enable = true;
|
||||||
|
boot.kernelParams = ["quiet"];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user