[fix] markdown typo

This commit is contained in:
Alex 2021-05-02 09:40:44 +02:00
parent ddd7243f45
commit 4133f83a13
1 changed files with 6 additions and 2 deletions

View File

@ -89,9 +89,13 @@ You need to modify the `/etc/default/decrypt_pkcs` and set `DECIPHER_MULTI` to `
and copy the script in charge of selecting the right key file form initramfs :
```sudo mkdir -p /usr/share/decrypt_pkcs && sudo cp usr/share/decrypt_pkcs/pkcs15_get-key.sh /usr/share/decrypt_pkcs/ && sudo chmod +x /usr/share/decrypt_pkcs/pkcs15_get-key.sh ```
```
sudo mkdir -p /usr/share/decrypt_pkcs && sudo cp usr/share/decrypt_pkcs/pkcs15_get-key.sh /usr/share/decrypt_pkcs/ && sudo chmod +x /usr/share/decrypt_pkcs/pkcs15_get-key.sh
```
Every time a new key is added, the initrd mus be regenerated :
```sudo update-initramfs -u```
```
sudo update-initramfs -u
```