Skip to content

Commit

Permalink
fix: use proper EFI zBoot image
Browse files Browse the repository at this point in the history
Fixes the PR #934

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Apr 12, 2024
1 parent 010913b commit 7b30b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/kernel/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
mv arch/x86/boot/bzImage /rootfs/boot/vmlinuz
;;
arm64)
mv arch/arm64/boot/Image /rootfs/boot/vmlinuz
mv arch/arm64/boot/vmlinuz.efi /rootfs/boot/vmlinuz
cd ./arch/arm64/boot/dts
for vendor in $(find . -not -path . -type d); do
dest="/rootfs/dtb/$vendor"
Expand Down

0 comments on commit 7b30b61

Please sign in to comment.