pmaports/device/testing/device-raspberry-pi/device-raspberry-pi-kernel-rpi2.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

4 lines
102 B
Bash

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