In the wrong place at the wrong time

This commit is contained in:
Tastatur 2023-12-24 13:11:05 +01:00
parent e71b40f373
commit d6b6707803

View file

@ -98,7 +98,6 @@ All that's left for booting is secureboot which `sbctl` will be used for to crea
```
# sbctl create-keys
# sbctl enroll-keys
# sbctl sign -s /boot/efi/EFI/Boot/BOOTX64.EF
...
```
@ -128,6 +127,7 @@ To make our lives easier we'll also install `gummiboot` as a bootloader.
# apk add gummiboot
# gummiboot install --path=/boot/efi
# sbctl sign -s /boot/efi/EFI/gummiboot/gummibootx64.efi
# sbctl sign -s /boot/efi/EFI/Boot/BOOTX64.EF
```
And also remove some junk left over by grub.