add suspend debug

This commit is contained in:
Cyryl Płotnicki 2023-04-09 10:21:14 +01:00
parent 0c68b8aec1
commit e0317e5649

View file

@ -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;