Merge pull request 'Fixing rpi uboot path' (#10) from fixing_rpi_uboot_r8 into r8

Reviewed-on: #10
This commit is contained in:
Sherif Nagy 2023-12-24 00:02:50 +00:00
commit 2723c73ab5
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ if [ -f /boot/efi/EFI/rocky/grubaa64.efi ];then
cp -f /boot/efi/EFI/rocky/grubaa64.efi /boot/efi/EFI/BOOT/BOOTAA64.EFI
fi
cp -f /usr/share/uboot/rpi_3/u-boot.bin /boot/efi/rpi3-u-boot.bin
cp -f /usr/share/uboot/rpi_4/u-boot.bin /boot/efi/rpi4-u-boot.bin
cp -f /usr/share/uboot/rpi_arm64/u-boot.bin /boot/efi/rpi-u-boot.bin
rpm -e dracut-config-generic