vianney / arch-luks-suspend

Lock encrypted root volume on suspend in Arch Linux
https://aur.archlinux.org/packages/arch-luks-suspend-git/
51 stars 30 forks source link

Suspending other luks disks, not just root #12

Open rokups opened 7 years ago

rokups commented 7 years ago

There may be more than one LUKS disk on the system. Be great if they could be suspended/resumed as well. Those disks would be entries in /etc/crypttab.

guns commented 7 years ago

This is implemented in my fork:

https://github.com/guns/go-luks-suspend#unlocking-non-root-luks-volumes-on-wake

rokups commented 7 years ago

Thank you for heads up, i will definitely try that.