summarylogtreecommitdiffstats
path: root/mkinitcpio-gpg-encrypt.install
diff options
context:
space:
mode:
authorAntoine Damhet2016-10-13 12:45:35 +0200
committerAntoine Damhet2016-10-13 12:52:50 +0200
commit82b15d4a43f63aa6937a0abbab4c05c64ec3457d (patch)
treef0f61369b63cce5b01bbf539deeb7ead1b16a1e9 /mkinitcpio-gpg-encrypt.install
downloadaur-82b15d4a43f63aa6937a0abbab4c05c64ec3457d.tar.gz
First commit
Signed-off-by: Antoine Damhet <antoine.damhet@lse.epita.fr>
Diffstat (limited to 'mkinitcpio-gpg-encrypt.install')
-rw-r--r--mkinitcpio-gpg-encrypt.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/mkinitcpio-gpg-encrypt.install b/mkinitcpio-gpg-encrypt.install
new file mode 100644
index 000000000000..d5f46b64c19a
--- /dev/null
+++ b/mkinitcpio-gpg-encrypt.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo " >> mkinitcpio-gpg-encrypt - READ ME!"
+ echo " >> The hook is a superset of \"encrypt\""
+ echo " >> Replace the \"encrypt\" hook with \"gpg-encrypt\""
+ echo " >> Export private/shadow keys to /etc/private.gpg"
+ echo ""
+ echo " >> If the key file given ends with .gpg, the hook will try do decrypt it"
+}