From 1628e1a26943082c029ce013c9e2225af746af39 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Tue, 31 Oct 2023 19:42:17 +0100 Subject: [PATCH] v2.5.1 Signed-off-by: Jeroen Oudshoorn --- builder/orangepi.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/builder/orangepi.yml b/builder/orangepi.yml index 835f56af..f6a0062c 100644 --- a/builder/orangepi.yml +++ b/builder/orangepi.yml @@ -296,21 +296,21 @@ line: '{{ item }}' with_items: "{{system.modules}}" - - name: change root partition - replace: - dest: /boot/cmdline.txt - backup: no - regexp: "root=PARTUUID=[a-zA-Z0-9\\-]+" - replace: "root=/dev/mmcblk0p2" + #- name: change root partition + # replace: + # dest: /boot/cmdline.txt + # backup: no + # regexp: "root=PARTUUID=[a-zA-Z0-9\\-]+" + # replace: "root=/dev/mmcblk0p2" - - name: configure /boot/cmdline.txt - lineinfile: - path: /boot/cmdline.txt - backrefs: True - state: present - backup: no - regexp: '(.*)$' - line: '\1 modules-load=dwc2,g_ether' + #- name: configure /boot/cmdline.txt + # lineinfile: + # path: /boot/cmdline.txt + # backrefs: True + # state: present + # backup: no + # regexp: '(.*)$' + # line: '\1 modules-load=dwc2,g_ether' - name: Add pwnlog alias lineinfile: