mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
chore: enable silent boot according to nixos wiki
This commit is contained in:
parent
11762d6c0e
commit
35390f1e0c
1 changed files with 2 additions and 1 deletions
|
@ -92,12 +92,13 @@ in
|
|||
};
|
||||
|
||||
# Enable "Silent Boot"
|
||||
consoleLogLevel = 3;
|
||||
consoleLogLevel = 0;
|
||||
initrd.verbose = false;
|
||||
kernelParams = [
|
||||
"quiet"
|
||||
"splash"
|
||||
"boot.shell_on_fail"
|
||||
"loglevel=3"
|
||||
"rd.systemd.show_status=false"
|
||||
"rd.udev.log_level=3"
|
||||
"udev.log_priority=3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue