main/secureboot-hook: add missing "==>" when skipping UEFI image creation
Before:
Executing kernel-hooks-0.2-r0.trigger
kernel-hooks: executing hook 50-secureboot.hook (lts, 6.6.28-0, 6.6.27-0)
==> initramfs: creating /tmp/secureboot.fcKLJb/initramfs for 6.6.28-0-lts
==> secureboot: creating UEFI Unified Kernel Image with /boot/vmlinuz-lts
==> secureboot: signing UEFI image and writing to /boot/efi/boot/bootx64.efi
kernel-hooks: executing hook 50-secureboot.hook (virt, 6.6.28-0, 6.6.27-0)
secureboot: skipping UEFI image creation for virt kernel
After:
Executing kernel-hooks-0.2-r0.trigger
kernel-hooks: executing hook 50-secureboot.hook (lts, 6.6.28-0, 6.6.27-0)
==> initramfs: creating /tmp/secureboot.fcKLJb/initramfs for 6.6.28-0-lts
==> secureboot: creating UEFI Unified Kernel Image with /boot/vmlinuz-lts
==> secureboot: signing UEFI image and writing to /boot/efi/boot/bootx64.efi
kernel-hooks: executing hook 50-secureboot.hook (virt, 6.6.28-0, 6.6.27-0)
==> secureboot: skipping UEFI image creation for virt kernel
Merge request reports
Activity
Filter activity
assigned to @jirutka
added 455 commits
-
fae163db...7435e3ef - 454 commits from branch
alpine:master
- 8e98fc55 - main/secureboot-hook: add missing "==>" when skipping UEFI image creation
-
fae163db...7435e3ef - 454 commits from branch
Please register or sign in to reply