aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordwayne2015-06-09 21:31:16 +0300
committerdwayne2015-06-09 21:31:16 +0300
commitac59f6a60cf3029be852c5762502f749ebcb47d1 (patch)
treeccda6fb4d866e436eef099b358dfd64c9dc742c4
parent2f92baf65d80aa1a312ca5a94965896d04ea309d (diff)
downloadaur-ac59f6a60cf3029be852c5762502f749ebcb47d1.tar.gz
add README.md
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..bb85fd57b696
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+A very basic initcpio hook that helps verify efi files during boot.
+
+This is only useful on a EFI-system with both your boot and root
+partition encrypted (with different passwords).
+
+A failed verification will display a message to not enter your
+password.
+
+I created this hook as an extra measure to verify the boot chain
+of a new EFI-system I got my hands on. Feel free to contribute any
+changes or improvements.
+
+Most of all configuration validation is needed, as I suspect a bad
+configuration can break the script and thus throw a kernel panic.