2018-06-29 17:31:10 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2021-02-07 21:28:10 +00:00
|
|
|
rc-update add swclock boot
|
2020-06-18 09:59:59 +00:00
|
|
|
|
2020-03-10 01:04:33 +00:00
|
|
|
cd /boot/dtbs-rpi/
|
2018-06-29 17:31:10 +00:00
|
|
|
find . -type f -regex ".*\.dtbo\?$" -exec install -Dm644 {} /boot/{} \;
|
|
|
|
|