Merge branch 'master' into caquino/builder-cleanup

This commit is contained in:
Cassiano Aquino
2019-10-08 13:35:39 +01:00
committed by GitHub
43 changed files with 917 additions and 681 deletions

View File

@ -256,6 +256,22 @@
#!/usr/bin/env bash
ifconfig mon0 down && iw dev mon0 del
- name: create hdmion script
copy:
dest: /usr/bin/hdmion
mode: 0755
content: |
#!/usr/bin/env bash
sudo /opt/vc/bin/tvservice -p
- name: create hdmioff script
copy:
dest: /usr/bin/hdmioff
mode: 0755
content: |
#!/usr/bin/env bash
sudo /opt/vc/bin/tvservice -o
- name: add HDMI powersave to rc.local
blockinfile:
path: /etc/rc.local