summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-03-18 19:05:31 -0500
committerVictor Lowther <victor.lowther@gmail.com>2008-03-18 19:05:31 -0500
commite49b18c42f3c501e3d352df8b5356ba8cff1e6ab (patch)
tree1b3ecbc326a6044be48a77beda503e5f0a44c422 /README
parent2d224fc56941d6c6c65b51d0e9943b331b8e69b8 (diff)
Updated /etc/pm/parameters parsing.
Now we can add and remove parameters passed from our invoker.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index 63fd9c1..518118a 100644
--- a/README
+++ b/README
@@ -49,11 +49,16 @@ End-user customization:
* If a particular hook is causing problems on your system, you can disable it
by adding its name to /etc/pm/blacklist
-* If you need to pass default parameters to pm-suspend and friends, you can add
- them to /etc/pm/parameters.
* To find out what parameters can be passed to pm-suspend and friends, run them
with '--help' as the first parameter as root. This will print out the
options that it supports and which hooks or modules handle those options.
+* If a parameter (or lack thereof) passed to pm-suspend and friends is causing
+ problems, or you need to debug the suspend/resume process to work out what
+ quirks are causing problems, you can use /etc/pm/parameters to override
+ the hooks passed by HAL. Specifically:
+ * "add --parameter" will add --parameter to the list of parameters.
+ * "drop --parameter" will remove --parameter from the list of parameters.
+
That's it!