pmaports/device/testing/device-raspberry-pi0/device-raspberry-pi0.post-install

7 lines
131 B
Text
Raw Normal View History

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