mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -301,6 +301,13 @@
|
|||||||
line: '{{ item }}'
|
line: '{{ item }}'
|
||||||
with_items: "{{system.modules}}"
|
with_items: "{{system.modules}}"
|
||||||
|
|
||||||
|
- name: change g_serial to g_ether
|
||||||
|
lineinfile:
|
||||||
|
dest: /etc/modules
|
||||||
|
regexp: '^g_serial'
|
||||||
|
line: "g_ether"
|
||||||
|
state: present
|
||||||
|
|
||||||
#- name: change root partition
|
#- name: change root partition
|
||||||
# replace:
|
# replace:
|
||||||
# dest: /boot/cmdline.txt
|
# dest: /boot/cmdline.txt
|
||||||
|
Reference in New Issue
Block a user