Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-20 07:52:44 +02:00
parent a440fcdf1e
commit 23681e9cdc
4 changed files with 10 additions and 5 deletions

View File

@ -460,6 +460,12 @@
regexp: '(.*)$'
line: '\1 modules-load=dwc2,g_ether'
- name: rfkill unblock all at boot
lineinfile:
dest: /boot/cmdline.txt
insertafter: EOF
line: "systemd.restore_state=0 rfkill.default_state=1"
- name: Add pwnlog alias
lineinfile:
dest: /home/pi/.bashrc