boot/module.nix: quiesce boot process
This commit is contained in:
parent
03374732ad
commit
fc1175b8a0
1 changed files with 11 additions and 0 deletions
|
@ -35,6 +35,17 @@ in {
|
|||
];
|
||||
boot = {
|
||||
tmp.useTmpfs = true;
|
||||
consoleLogLevel = 0;
|
||||
|
||||
kernelParams = [
|
||||
"quiet"
|
||||
"splash"
|
||||
"rd.systemd.show_status=false"
|
||||
"rd.udev.log_level=3"
|
||||
"udev.log_priority=3"
|
||||
"boot.shell_on_fail"
|
||||
];
|
||||
|
||||
initrd = {
|
||||
verbose = false;
|
||||
systemd.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue