pmaports/device/testing/device-raspberry-pi3/device-raspberry-pi3.post-install
Newbyte 1c2b90df6f
raspberry-pi{,0,3,4}: rc-service add -> rc-update add (MR 1936)
rc-service add does not work, so change it to rc-update add
2021-02-07 23:42:25 +01:00

7 lines
131 B
Bash

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