Skip to content

Commit

Permalink
debos: Keep firmware dtbs for pi4
Browse files Browse the repository at this point in the history
Tested using 5.10.0-7-arm64

Remove non debian firmware files

Change-Id: Ib91348627ace4ffe95d3f4526390d8733aa0395d
Relate-to: #16
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Jun 10, 2021
1 parent 9d4a99b commit fcc0e6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions extra/debos/machine/rpi_2/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ actions:
- action: run
chroot: true
command: >
rm -rf /boot/firmware/kernel*.img /boot/firmware/*.dtb
&& rm -rf /boot/firmware/overlays
rm -rfv /boot/firmware/kernel*.img
&& rm -rfv /boot/firmware/overlays
&& echo TODO rm -rfv /boot/firmware/*.dtb
&& find /boot/firmware/ -type f
- action: run
chroot: true
Expand Down

0 comments on commit fcc0e6b

Please sign in to comment.