Fixed secureboot again
This commit is contained in:
parent
579aefa00d
commit
826fccc330
4 changed files with 7 additions and 1 deletions
|
@ -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.
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue