mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
* Blacklist the "evbug" module.
svn path=/nixos/trunk/; revision=18285
This commit is contained in:
parent
16c2aa734f
commit
37470cccc5
@ -72,9 +72,16 @@ with pkgs.lib;
|
||||
target = "modprobe.conf";
|
||||
};
|
||||
|
||||
boot.blacklistedKernelModules =
|
||||
[ # This module is for debugging and generates gigantic amounts
|
||||
# of log output, so it should never be loaded automatically.
|
||||
"evbug"
|
||||
|
||||
# !!! Hm, Ubuntu blacklists all framebuffer devices because
|
||||
# they're "buggy" and cause suspend problems. Maybe we should
|
||||
# too?
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user