diff options
Diffstat (limited to 'Documentation/power/swsusp.txt')
-rw-r--r-- | Documentation/power/swsusp.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/power/swsusp.txt b/Documentation/power/swsusp.txt index ac190cf1963e..92341b84250d 100644 --- a/Documentation/power/swsusp.txt +++ b/Documentation/power/swsusp.txt | |||
@@ -33,6 +33,11 @@ echo shutdown > /sys/power/disk; echo disk > /sys/power/state | |||
33 | 33 | ||
34 | echo platform > /sys/power/disk; echo disk > /sys/power/state | 34 | echo platform > /sys/power/disk; echo disk > /sys/power/state |
35 | 35 | ||
36 | . If you would like to write hibernation image to swap and then suspend | ||
37 | to RAM (provided your platform supports it), you can try | ||
38 | |||
39 | echo suspend > /sys/power/disk; echo disk > /sys/power/state | ||
40 | |||
36 | . If you have SATA disks, you'll need recent kernels with SATA suspend | 41 | . If you have SATA disks, you'll need recent kernels with SATA suspend |
37 | support. For suspend and resume to work, make sure your disk drivers | 42 | support. For suspend and resume to work, make sure your disk drivers |
38 | are built into kernel -- not modules. [There's way to make | 43 | are built into kernel -- not modules. [There's way to make |