1
1
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:
Samuel Dionne-Riel 2021-01-04 04:56:58 -05:00
parent 25e9db5474
commit e54f535c2d

View File

@ -18,7 +18,6 @@
boot.kernelParams = [ boot.kernelParams = [
"vt.global_cursor_default=0" "vt.global_cursor_default=0"
"quiet"
]; ];
mobile.system.type = "uefi"; mobile.system.type = "uefi";