blkid busybox

This commit is contained in:
Tastatur 2023-12-27 12:08:59 +01:00
parent bb4130b0eb
commit 93eab81341

View file

@ -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.