From a6edbedbc813eff9e0a658b334d22724fbe89705 Mon Sep 17 00:00:00 2001 From: Chad Walter Cummings <95538539+scifijunk@users.noreply.github.com> Date: Fri, 14 Jan 2022 16:27:17 -0600 Subject: [PATCH] Change options I forgot to change this when I made changes in system. --- builder/pwnagotchi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/pwnagotchi.yml b/builder/pwnagotchi.yml index 617b6ee..b8c8c0d 100644 --- a/builder/pwnagotchi.yml +++ b/builder/pwnagotchi.yml @@ -358,7 +358,7 @@ dest: /boot/config.txt insertafter: EOF line: '{{ item }}' - with_items: "{{system.boot_options}}" + with_items: "{{system.boot_optionsall}}" - name: adjust /etc/modules lineinfile: