Skip to content

Commit 19927d0

Browse files
authored
Merge pull request #81 from Itxaka/missing_dir
2 parents d77a9fe + 2996f21 commit 19927d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools-image/prepare_arm_images.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ mkdir -p $WORKDIR/tmpefi
3838

3939
# Create the EFI partition FAT16 and include the EFI image and a basic grub.cfg
4040
truncate -s $((20*1024*1024)) bootloader/efi.img
41-
cp -rfv /efi/* $WORKDIR/tmpefi
41+
cp -rfv /arm/raw/grub/* $WORKDIR/tmpefi
4242
mkfs.fat -F16 -n COS_GRUB bootloader/efi.img
4343
mcopy -s -i bootloader/efi.img $WORKDIR/tmpefi/EFI ::EFI
4444

0 commit comments

Comments
 (0)