1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Notes to myself about how things should work...
DEPENDENCIES:
- Modules must be loaded before switching back to X (eg, psmouse).
- Bootsplash can't happen while X is the current VT (not enforced, but
recommended in help).
- Bootsplash needs to enable & disable itself on the swsusp VT manually.
- Console lock must occur on a VT without bootsplash, else we can't see it.
- Must support swsusps that chvt themselves, or not.
THINGS TO TEST:
All config options
Ctrl+C
/sbin/modprobe preserved
AlwaysForce = no works (scriptlet function exit codes)
Verify output from list-hooks.sh makes sense.
dash/zsh compatibility
RELEASING:
- VERSION in hibernate.sh
- Changelog
- .spec file
NEW CONFIG OPTIONS:
- Help text
- example .conf file
- vim syntax highlighting
|