1c2b90df6f
rc-service add does not work, so change it to rc-update add
7 lines
131 B
Bash
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/{} \;
|
|
|