sbc-images/includes/post/rpi-setup.ksi

10 lines
263 B
Plaintext
Raw Normal View History

2023-09-13 01:29:56 +00:00
%post
set -x
# U-Boot binaries for 32-bit and 64-bit Raspberry Pi models
# (these are loaded by /boot/efi/config.txt)
cp -v -f /usr/share/uboot/rpi_3/u-boot.bin /boot/efi/rpi3-u-boot.bin
cp -v -f /usr/share/uboot/rpi_4/u-boot.bin /boot/efi/rpi4-u-boot.bin
%end