Fixed secureboot again

This commit is contained in:
Tastatur 2023-08-17 11:18:23 +02:00
parent 579aefa00d
commit 826fccc330
4 changed files with 7 additions and 1 deletions

View file

@ -28,6 +28,9 @@ The kernels can automatically be signed after an update thanks to the `sbsigntoo
``` ```
SBSIGN_EFI_KERNEL=1 SBSIGN_EFI_KERNEL=1
EFI_KEY_FILE=/usr/share/secureboot/keys/db/db.key
EFI_CERT_FILE=/usr/share/secureboot/keys/db/db.pem
``` ```
> Don't forget to turn on secureboot in your bios! > Don't forget to turn on secureboot in your bios!

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -1152,6 +1152,9 @@
</code></pre> </code></pre>
<p>The kernels can automatically be signed after an update thanks to the <code>sbsigntool</code> package. Configure it <code>/etc/default/sbsigntool-kernel-hook</code> and change the options:</p> <p>The kernels can automatically be signed after an update thanks to the <code>sbsigntool</code> package. Configure it <code>/etc/default/sbsigntool-kernel-hook</code> and change the options:</p>
<pre><code>SBSIGN_EFI_KERNEL=1 <pre><code>SBSIGN_EFI_KERNEL=1
EFI_KEY_FILE=/usr/share/secureboot/keys/db/db.key
EFI_CERT_FILE=/usr/share/secureboot/keys/db/db.pem
</code></pre> </code></pre>
<blockquote> <blockquote>
<p>Don't forget to turn on secureboot in your bios!</p> <p>Don't forget to turn on secureboot in your bios!</p>