Thinkpad
EasyOS Scarthgap 6.6 frugal install on SSD
Found out the hard way (ran my battery down to 0) that lid closure only triggers sleep with continuous battery draw. Was unable to track down a hibernation option. /usr/sbin/pm-hibernate only links to pm-action -> giving suspend, and /etc/acpi/lid.sh only invokes pm-suspend.
Checking pm-utils directly gives
# pm-is-supported --hibernate
# echo $?
1
# pm-is-supported --suspend
# echo $?
0
0 = State available
1 = State NOT available
Could a fresh install of pm-utils provide the missing hibernation support?