mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-15 11:03:37 +03:00
uefi-x86_64: Drop "quiet" kernel command line option
This, in turn, causes the kernel to go to console level 4. Not ideal when a user tries to set it to something else. Leave this to boot.consoleLogLevel.
This commit is contained in:
parent
25e9db5474
commit
e54f535c2d
@ -18,7 +18,6 @@
|
||||
|
||||
boot.kernelParams = [
|
||||
"vt.global_cursor_default=0"
|
||||
"quiet"
|
||||
];
|
||||
|
||||
mobile.system.type = "uefi";
|
||||
|
Loading…
Reference in New Issue
Block a user