Fixing rpi uboot path

This commit is contained in:
Sherif Nagy 2023-12-23 23:53:42 +00:00
parent 3f924b22a6
commit 16c585ecf3
Signed by: sherif
GPG Key ID: 9F610DDEC6338F94
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