Update 'README.md'
This commit is contained in:
parent
4133f83a13
commit
503dd6c45b
1 changed files with 5 additions and 1 deletions
|
@ -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/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/ ```
|
```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```
|
```sudo update-initramfs -u```
|
||||||
|
|
||||||
10. Test smartcard (without USB Key)
|
10. Test smartcard
|
||||||
|
|
||||||
11. Test LUKS Password (without Smartcard)
|
11. Test LUKS Password (without Smartcard)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue