Some more junk
This commit is contained in:
parent
5f2353ee16
commit
8e30bdf8f9
1 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,6 @@ Here `<uuid>` has to be replaced with the uuid of the partition which contains o
|
|||
|
||||
All that's left for booting is secureboot which `sbctl` will be used for to create keys, and sign some executables with.
|
||||
|
||||
|
||||
```
|
||||
# sbctl create-keys
|
||||
# sbctl enroll-keys
|
||||
|
@ -139,6 +138,7 @@ And also remove some junk left over by grub.
|
|||
```
|
||||
# rm -rf /boot/efi/EFI/alpine
|
||||
# rm -rf /boot/grub
|
||||
# unlink /boot/boot
|
||||
```
|
||||
|
||||
> If you have multiple operating systems installed you can change the default OS it loads into with `/boot/efi/loader/loader.conf` and adding the line: `default alpine`.
|
||||
|
|
Loading…
Reference in a new issue