install/{resume,systemd}: add lzo and lz4 modules
install/{resume,systemd}: add lzo and lz4 modules
Linux 6.9 moved to using the crypto subsystem's LZO implementation which means hibernation and resuming depends on the lzo module. Additionally there is support for LZ4 compression, so the lz4 module needs to be included too.
The used compression is controlled using HIBERNATION_COMP_LZ4
or
HIBERNATION_COMP_LZO
at build time, hibernate.compressor=
at boot time
and /sys/module/hibernate/parameters/compressor
at runtime.
See:
Edited by nl6720