From c93c3cb2bcdaa44ebca2ee21337e3fe12197b5ab Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 19 May 2020 13:46:57 +0200 Subject: [slx-builder] add builder_extra_args to build.yml --- slx-builder/tasks/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slx-builder/tasks/build.yml b/slx-builder/tasks/build.yml index 64b4910..20cc53e 100644 --- a/slx-builder/tasks/build.yml +++ b/slx-builder/tasks/build.yml @@ -1,6 +1,6 @@ --- - name: OpenSLX dracut | Build initramfs - shell: "{{ builder_path }} -s -d -p {{ builder_target }} - --add 'kexec-reboot'" + shell: "{{ builder_path }} -s -d -p {{ builder_target }} {{ builder_extra_args }} - --add 'kexec-reboot'" args: creates: "{{ builder_target }}" -- cgit v1.2.3-55-g7522