Finished an issue

This commit is contained in:
Tastatur 2023-12-24 13:08:54 +01:00
parent 53f655f982
commit e71b40f373

View file

@ -102,7 +102,7 @@ All that's left for booting is secureboot which `sbctl` will be used for to crea
...
```
> Don't forget to set secureboot to setup mode during boot (although this can be done later too)!
> Whilst enrolling the keys it might be necessary to add the `--microsoft` flag if you are unable to use custom keys.
Now to see if everything went succesfully run:
@ -126,7 +126,7 @@ To make our lives easier we'll also install `gummiboot` as a bootloader.
```
# apk add gummiboot
# gummiboot install
# gummiboot install --path=/boot/efi
# sbctl sign -s /boot/efi/EFI/gummiboot/gummibootx64.efi
```