1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 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 }