add suspend debug
This commit is contained in:
parent
0c68b8aec1
commit
e0317e5649
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@
|
|||
|
||||
fileSystems."/" = { options = [ "compress=zstd" ]; };
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelParams =
|
||||
[ "initcall_debug" ''dyndbg="file suspend.c +p"'' "no_console_suspend" ];
|
||||
boot.cleanTmpDir = true;
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
boot.plymouth = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue