diff options
author | Christian Hesse <mail@eworm.de> | 2014-03-14 14:30:16 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-03-14 14:30:16 +0100 |
commit | fd3935d721a43141254f86864b195a6a6ceedd77 (patch) | |
tree | 018d4b00d0e03684480eb2f7dbd80b7bcd2a0d30 /conf | |
parent | 68a220bd2148c9544bf946878304a826fceea54a (diff) | |
download | mkinitcpio-ykfde-fd3935d721a43141254f86864b195a6a6ceedd77.tar.gz mkinitcpio-ykfde-fd3935d721a43141254f86864b195a6a6ceedd77.tar.zst |
replace scripts with a C program
Diffstat (limited to 'conf')
-rw-r--r-- | conf/ykfde.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/ykfde.conf b/conf/ykfde.conf index fa715db..1989351 100644 --- a/conf/ykfde.conf +++ b/conf/ykfde.conf @@ -1,2 +1,3 @@ # Specify what Yubikey slot to use for full disk encryption -YKFDE_SLOT=2 +# The specified slot has to be configured for HMAC-SHA1. +Slot = 2 |