disable plymouth to see if there's any errors in the boot sequence
This commit is contained in:
parent
33fade2219
commit
9c45bdb552
|
@ -50,7 +50,7 @@
|
||||||
};
|
};
|
||||||
consoleLogLevel = 0;
|
consoleLogLevel = 0;
|
||||||
kernelParams = ["quiet" "udev.log_priority=0" "fbcon=vc:2-6" "console=tty0"];
|
kernelParams = ["quiet" "udev.log_priority=0" "fbcon=vc:2-6" "console=tty0"];
|
||||||
plymouth.enable = true;
|
# plymouth.enable = true;
|
||||||
};
|
};
|
||||||
zramSwap.enable = false;
|
zramSwap.enable = false;
|
||||||
networking = {
|
networking = {
|
||||||
|
|
Loading…
Reference in a new issue