fuhry / initramfs-scencrypt

Arch Linux initramfs hook for smartcard support for LUKS full-disk encryption
MIT License
96 stars 18 forks source link

Check key files given in /etc/crypttab if ending in .gpg #14

Closed kloenk closed 5 years ago

kloenk commented 5 years ago

This is a pull request regarding #13

In the install file, it checks each line of the crypttab file if the key file is ending in .gpg and only if so adding it to the crypttab file in the initramfs.

I also incremented the version number with 0.0.1 to inform about this change

fuhry commented 5 years ago

Hey, thanks for this! I undid commit 1c76336d24bbce41b309bd4ccbbdec699574fcc1 as I'll take care of updating version numbers and tagging releases.

I'll test this on a VM and get this merged shortly.