Skip to content

Commit

Permalink
Fixed sync script for test-image-rpi on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
schaefi committed Mar 6, 2024
1 parent ef6db53 commit efb8aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tests/arm/ubuntu/test-image-rpi/pre_disk_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cp -a /usr/lib/firmware/*-raspi/device-tree/broadcom/* /boot/efi/
#==========================================
# copy initrd and kernel
#------------------------------------------
cp /boot/initrd.img-*-raspi /boot/efi/initrd.img
cp /boot/initrd-*-raspi /boot/efi/initrd.img
cp /boot/vmlinuz-*-raspi /boot/efi/vmlinuz

#==========================================
Expand Down

0 comments on commit efb8aef

Please sign in to comment.