Merge pull request 'Fixing rpi uboot path' (#9) from fixing_rpi_uboot into r9

Reviewed-on: #9
This commit is contained in:
Sherif Nagy 2023-12-24 00:03:04 +00:00
commit 8e9bcc252b
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@ if [ -d /boot/efi/EFI/rocky/ ] && [ -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