pmaports/device/device-raspberry-pi/device-raspberry-pi-kernel-rpi.post-install
Pops Dylan 7e3ee23622
device/device-raspberry-pi: fix boot error caused by missing dtb file (!870)
The upstream linux-rpi package has been modified: the dtb files
are now located in /boot/dtbs.
2020-01-12 18:06:35 +03:00

4 lines
101 B
Bash

#!/bin/sh
cd /boot/dtbs-rpi
find . -type f -regex ".*\.dtbo\?$" -exec install -Dm644 {} /boot/{} \;