trying to fix plymouth
This commit is contained in:
parent
054838677c
commit
8be91d56ee
1 changed files with 4 additions and 1 deletions
|
@ -36,7 +36,10 @@ in
|
|||
];
|
||||
};
|
||||
consoleLogLevel = 0;
|
||||
initrd.verbose = false;
|
||||
initrd = {
|
||||
verbose = false;
|
||||
systemd.enable = true;
|
||||
};
|
||||
kernelParams = [
|
||||
"quiet"
|
||||
"splash"
|
||||
|
|
Loading…
Reference in a new issue