Skip to content

Commit

Permalink
Merge pull request #81 from Itxaka/missing_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Jul 31, 2023
2 parents d77a9fe + 2996f21 commit 19927d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools-image/prepare_arm_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mkdir -p $WORKDIR/tmpefi

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

Expand Down

0 comments on commit 19927d0

Please sign in to comment.