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
This commit is contained in:
parent
320ebcd2c8
commit
1c2b90df6f
9 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
rc-service add swclock boot
|
||||
rc-update add swclock boot
|
||||
|
||||
cd /boot/dtbs-rpi/
|
||||
find . -type f -regex ".*\.dtbo\?$" -exec install -Dm644 {} /boot/{} \;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue