summarylogtreecommitdiffstats
path: root/dracut-integration-instructions.install
diff options
context:
space:
mode:
Diffstat (limited to 'dracut-integration-instructions.install')
-rw-r--r--dracut-integration-instructions.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/dracut-integration-instructions.install b/dracut-integration-instructions.install
new file mode 100644
index 000000000000..725ea14a6a55
--- /dev/null
+++ b/dracut-integration-instructions.install
@@ -0,0 +1,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'
+}