From 503dd6c45b59fa1916e16b4f9f3487759db8ad8e Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 24 May 2021 07:22:37 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 589d31c..836d71d 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,14 @@ The OSK-SDL parts are inspired by Mobian package https://salsa.debian.org/Debian ```sudo cp etc/initramfs-tools/hooks/decrypt_pkcs /etc/initramfs-tools/hooks && sudo chmod +x /etc/initramfs-tools/hooks/decrypt_pkcs ``` ```sudo cp etc/default/decrypt_pkcs /etc/default/ ``` + + On the Pinephone ensure the anx7688 is loaded in initram : + + ```echo "anx7688" | sudo tee -a /etc/initramfs-tools/modules``` ```sudo update-initramfs -u``` -10. Test smartcard (without USB Key) +10. Test smartcard 11. Test LUKS Password (without Smartcard)