summarylogtreecommitdiffstats
path: root/linuxpba.hook
diff options
context:
space:
mode:
authorMauro Santos2015-10-19 09:53:16 +0100
committerMauro Santos2015-10-19 09:53:16 +0100
commit6d35bcf544364299973c274d101ff6005e7d6f4f (patch)
treef4a496819a95d03d96e96d239d702cc65f1af153 /linuxpba.hook
parentbfa23e450059b6457c14366927cbd5673215cab7 (diff)
downloadaur-6d35bcf544364299973c274d101ff6005e7d6f4f.tar.gz
Correct install message to reflect the fact that libata.allow_tpm
cannot be changed on a running system. Add a mkinitcpio hook and configuration file to allow the creation of a linuxpba initramfs that can be used in a PBA image to unlock the SED.
Diffstat (limited to 'linuxpba.hook')
-rw-r--r--linuxpba.hook5
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxpba.hook b/linuxpba.hook
new file mode 100644
index 000000000000..9bd2e3b49c44
--- /dev/null
+++ b/linuxpba.hook
@@ -0,0 +1,5 @@
+#!/usr/bin/ash
+
+run_hook() {
+ linuxpba
+}