blkid busybox
This commit is contained in:
parent
bb4130b0eb
commit
93eab81341
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ output_name="alpine-linux-{flavor}.efi"
|
||||||
Here `<uuid>` has to be replaced with the uuid of the partition which contains our volume group:
|
Here `<uuid>` has to be replaced with the uuid of the partition which contains our volume group:
|
||||||
|
|
||||||
```
|
```
|
||||||
# blkid -o value -s UUID /dev/<disk2> >> /etc/kernel-hooks.d/secureboot.conf
|
# blkid /dev/<disk2> >> /etc/kernel-hooks.d/secureboot.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
All that's left for booting is secureboot which `sbctl` will be used for to create keys, and sign some executables with.
|
All that's left for booting is secureboot which `sbctl` will be used for to create keys, and sign some executables with.
|
||||||
|
|
Loading…
Reference in a new issue