aboutsummaryrefslogtreecommitdiffstats
path: root/mkinitcpio
AgeCommit message (Collapse)AuthorFilesLines
2016-04-04let systemd-ask-password add the key to store and drop keyctlsystemd-v227Gravatar Christian Hesse1-1/+0
Signed-off-by: Christian Hesse <mail@eworm.de>
2016-02-26shell and commands are required for second factor onlyGravatar Christian Hesse1-7/+7
2016-02-25make sure we have shell and commands in initramfsGravatar Christian Hesse1-0/+7
fix #5
2016-01-18merge mkinitcpio hooksGravatar Christian Hesse2-16/+12
2016-01-18remove ykfde-cpio hook and make cpio archive mandatoryGravatar Christian Hesse2-20/+0
2016-01-16We have support for second factor. Yeah!Gravatar Christian Hesse1-0/+14
2014-12-23support updating the challenge on bootGravatar Christian Hesse1-0/+15
2014-12-22replace shell script with C code, and many moreGravatar Christian Hesse1-0/+18
* place bin/ykfde with C source code bin/ykfde.c * challenge/response can be updated in place WARNING: This required config file syntax change! * updates and simplification to udev/ykfde * a lot more... Signed-off-by: Christian Hesse <mail@eworm.de>