diff --git a/UserDoc/ConfigFiles.md b/UserDoc/ConfigFiles.md index 3f7e852e..4853a53a 100644 --- a/UserDoc/ConfigFiles.md +++ b/UserDoc/ConfigFiles.md @@ -19,5 +19,6 @@ Those files are placed in /rw, which survives VM restart, so can be used to cust - `/rw/config/qubes-ip-change-hook` - script run in NetVM after external IP change (or connection to the network) - `/rw/config/qubes-firewall-user-script` - script run in ProxyVM after firewall update. Good place to write own custom firewall rules +- `/rw/config/suspend-module-blacklist` - list of modules (one per line) to be unloaded before system going to sleep. The file is used only in VM with some PCI devices attached. Supposed to be used for problematic device drivers. Note that scripts need to be executable (chmod +x) to be used.