summaryrefslogtreecommitdiffstats
path: root/install/resume
diff options
context:
space:
mode:
Diffstat (limited to 'install/resume')
-rw-r--r--install/resume16
1 files changed, 16 insertions, 0 deletions
diff --git a/install/resume b/install/resume
new file mode 100644
index 0000000..b214b61
--- /dev/null
+++ b/install/resume
@@ -0,0 +1,16 @@
+# vim:set ft=sh:
+install ()
+{
+ MODULES=""
+ BINARIES=""
+ FILES=""
+ SCRIPT="resume"
+}
+
+help ()
+{
+cat<<HELPEOF
+ This hook initializes support for resuming from Disk
+ and/or Memory. Supports suspend2 if found.
+HELPEOF
+}