aboutsummaryrefslogtreecommitdiffstats
path: root/install/ykfde
blob: bbf5bd26f5f345d00dff635a1d4334c1c152fc8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

build() {
	add_runscript
	add_binary ykchalresp
	add_file /etc/ykfde-challenge /
	add_module 'usbhid'
}

help() {
	echo "This hook adds support for opening LUKS devices with Yubico key."
	echo "Please use command 'ykfde' to prepare."
}