pmaports/device/testing/device-raspberry-pi3/device-raspberry-pi3.post-install
Daniele Debernardi 87ea0c5519
device-raspberry-pi*: fix boot error caused by missing dtb files (!1047)
The upstream linux-rpi package has been modified: the dtb files
are now located in /boot/dtbs.
2020-03-29 13:48:53 +02:00

5 lines
103 B
Bash

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