File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ RUN luet install -y static/grub-artifacts --system-target /raw/grubartifacts
57
57
# get them from the x86 repo and we want it to do it from the arm64 repo, even on x86
58
58
# so we use the arm64 luet config and use that to install those on x86
59
59
# This is being used by the prepare_arm_images.sh and build-arch-image.sh scripts
60
- RUN luet install --config /tmp/luet-arm64.yaml -y static/grub-efi --system-target /arm/raw/grub
60
+ RUN luet install --config /tmp/luet-arm64.yaml -y static/grub-efi --system-target /arm/raw/grubefi
61
61
RUN luet install --config /tmp/luet-arm64.yaml -y static/grub-config --system-target /arm/raw/grubconfig
62
62
RUN luet install --config /tmp/luet-arm64.yaml -y static/grub-artifacts --system-target /arm/raw/grubartifacts
63
63
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ if [ -z "$EFI" ]; then
336
336
exit 1
337
337
fi
338
338
339
- cp -rfv /efi /* $EFI
339
+ cp -rfv /arm/raw/grubefi /* $EFI
340
340
if [ -n " $EFI " ] && [ -n " $efi_dir " ]; then
341
341
echo " Copy $efi_dir to EFI directory"
342
342
cp -rfv $efi_dir /* $EFI
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ mkdir -p $WORKDIR/tmpefi
38
38
39
39
# Create the EFI partition FAT16 and include the EFI image and a basic grub.cfg
40
40
truncate -s $(( 20 * 1024 * 1024 )) bootloader/efi.img
41
- cp -rfv /arm/raw/grub /* $WORKDIR /tmpefi
41
+ cp -rfv /arm/raw/grubefi /* $WORKDIR /tmpefi
42
42
mkfs.fat -F16 -n COS_GRUB bootloader/efi.img
43
43
mcopy -s -i bootloader/efi.img $WORKDIR /tmpefi/EFI ::EFI
44
44
You can’t perform that action at this time.
0 commit comments