10 lines
263 B
Plaintext
10 lines
263 B
Plaintext
|
%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
|