blob: 725ea14a6a55fe81a6b9c15048ddb77c7728c8b9 (
plain)
1
2
3
4
5
6
|
post_install() {
echo 'In order for fido2luks to integrate with dracut, one must have the proper modules installed:'
echo 'git clone https://github.com/shimunn/fido2luks.git'
echo 'cd fido2luks/dracut'
echo 'sudo make install'
}
|