diff options
| author | Freya Murphy <freya@freyacat.org> | 2023-12-09 13:52:20 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2023-12-09 13:52:20 -0500 |
| commit | 94da5270c7d916541c33ac3ea6c6d00e74b65245 (patch) | |
| tree | 8ad014bdaf66aa61faca0a8574ff11bdc2208414 /Makefile | |
| download | luks-tpm-94da5270c7d916541c33ac3ea6c6d00e74b65245.tar.gz luks-tpm-94da5270c7d916541c33ac3ea6c6d00e74b65245.tar.bz2 luks-tpm-94da5270c7d916541c33ac3ea6c6d00e74b65245.zip | |
initial
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e146c86 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +.PHONY: install + +install: + sudo cp tpm2_hook /etc/initcpio/hooks/tpm2 + sudo cp tpm2_install /etc/initcpio/install/tpm2 + +build: + sudo -E ./gentpm.sh all + sudo -E mkinitcpio -P |