We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d77a9fe + 2996f21 commit 19927d0Copy full SHA for 19927d0
tools-image/prepare_arm_images.sh
@@ -38,7 +38,7 @@ mkdir -p $WORKDIR/tmpefi
38
39
# Create the EFI partition FAT16 and include the EFI image and a basic grub.cfg
40
truncate -s $((20*1024*1024)) bootloader/efi.img
41
-cp -rfv /efi/* $WORKDIR/tmpefi
+cp -rfv /arm/raw/grub/* $WORKDIR/tmpefi
42
mkfs.fat -F16 -n COS_GRUB bootloader/efi.img
43
mcopy -s -i bootloader/efi.img $WORKDIR/tmpefi/EFI ::EFI
44
0 commit comments