device/*: move to device/testing/* (!1063)
Prepare for better device categorization by moving everything to testing subdir first. [skip-ci]: chicken-egg problem: passing pmaports CI depends on pmbootstrap MR depends on this MR Related: postmarketos#16
This commit is contained in:
parent
ac7650f9ae
commit
64035ac463
1733 changed files with 1 additions and 1 deletions
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd /boot/dtbs-rpi4/
|
||||
find . -type f -regex ".*\.dtbo\?$" -exec install -Dm644 {} /boot/{} \;
|
Loading…
Add table
Add a link
Reference in a new issue