updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / uswsusp-fbsplash / suspend.conf.patch
blobd56b916b154298da180b63052da0225124003bf2
1 diff -ru src.orig//suspend-utils-1.0/conf/suspend.conf src//suspend-utils-1.0/conf/suspend.conf
2 --- src.orig//suspend-utils-1.0/conf/suspend.conf 2011-03-07 00:24:15.000000000 +0100
3 +++ src//suspend-utils-1.0/conf/suspend.conf 2011-04-03 11:41:10.989447805 +0200
4 @@ -1,9 +1,40 @@
6 +# /etc/suspend.conf
7 +#
8 +# Configuration for s2disk
9 +#
10 +# >>> Remember to update your initcpio after changing!
13 +## You shouldn't need to change this.
14 snapshot device = /dev/snapshot
15 -resume device = <path_to_resume_device_file>
17 +## Location of swap space used
18 +# Swap-partition or partition containing the swapfile
19 +resume device = /dev/sda99
20 +# Output from swap-offset <swapfile>
21 +#resume offset = 123456
23 +## Misc. options
24 +# Try to limit the size of the image created on disk
25 #image size = 350000000
26 +# Shutdown method as found in /sys/power/disk
27 +#shutdown method = shutdown
28 +# Kernel console loglevel during suspend/resume
29 #suspend loglevel = 2
30 -#compute checksum = y
31 -#compress = y
32 +# Kernel console loglevel in case resume failes
33 +#max loglevel = 8
34 +# Compute MD5 sum to verify image integrity
35 +compute checksum = y
36 +# Compress image to save time and space
37 +compress = y
38 +# Encrypt image (see HOWTO)
39 #encrypt = y
40 -#early writeout = y
41 -#splash = y
42 +#RSA key file = <path>
43 +# Speed up disk sync
44 +early writeout = y
45 +# Enable suspend splash
46 +# Note: The uresume hook looks at the kernel cmdline only.
47 +splash = y
48 +# Speed up encryption if more then one CPU
49 +#threads = y