blob: fc9ce179e2f48f4c03164dd58872866dec508e8a (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/bin/sh
build() {
add_binary /usr/lib/udev/ykfde
add_file /usr/lib/initcpio/udev/20-ykfde.rules /usr/lib/udev/rules.d/20-ykfde.rules
add_file /etc/ykfde.conf
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."
}
|