Compare commits

...

2 Commits

Author SHA1 Message Date
Sherif Nagy 8e9bcc252b Merge pull request 'Fixing rpi uboot path' (#9) from fixing_rpi_uboot into r9
Reviewed-on: #9
2023-12-24 00:03:04 +00:00
Sherif Nagy 8e882e95a4
Fixing rpi uboot path 2023-12-23 23:52:33 +00:00
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