Skip to content

Switch to automatic luks version detection (Allow both LUKS1 & 2)

Idan Horowitz requested to merge IdanHoro/osk-sdl:luks_autodetect into master

Newer versions of cryptsetup automatically encrypt with LUKS v2. OSK-SDL assumes all partitions are encrytped with v1 and as such fails. By just changing the encryption type to NULL cryptsetup automatically detects and chooses the correct LUKS version. Tested on xiaomi-kenzo.

Merge request reports