28 lines
1.0 KiB
Diff
28 lines
1.0 KiB
Diff
---
|
|
pm/defaults | 19 +++++++++++++++++++
|
|
1 file changed, 19 insertions(+)
|
|
|
|
Index: pm-utils-1.4.1/pm/defaults
|
|
===================================================================
|
|
--- pm-utils-1.4.1.orig/pm/defaults 2010-09-20 11:42:59.214155594 +0200
|
|
+++ pm-utils-1.4.1/pm/defaults 2010-09-20 13:35:52.974279436 +0200
|
|
@@ -30,7 +30,7 @@
|
|
SLEEP_MODULE="uswsusp"
|
|
|
|
#######################################################################
|
|
-# the variables below here are specific to the SUSE package right now
|
|
+# those variables below SUSE pm-utils specific right now
|
|
# and are used only if SLEEP_MODULE is uswsusp
|
|
|
|
# what options should be passed to s2ram?
|
|
@@ -46,6 +46,9 @@
|
|
# if S2RAM_OPTS is set, it overrides S2RAM_QUIRKS_SOURCE!
|
|
S2RAM_QUIRKS_SOURCE=""
|
|
|
|
+# the location of the autogenerated s2disk (s2both) config file
|
|
+S2DISK_CONF="/var/lib/s2disk.conf"
|
|
+
|
|
#######################################################################
|
|
# These variables will be handled specially when we load files in
|
|
# /etc/pm/config.d.
|