diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-07-16 00:17:38 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-07-16 00:17:38 +0200 |
commit | c34a18a523b6a845e81a45f1338af399bda55213 (patch) | |
tree | 9c24216c5afdc9c1ec23cc44dd19337509bc6586 /templates/boot | |
parent | 6fa628840da48f03db5624e527989e7c100a5e4e (diff) |
Ensure systemd-networkd.service is off in CI
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I21ec3f2772a2a997fa3d370712d1ce49bb46cd24
Diffstat (limited to 'templates/boot')
-rw-r--r-- | templates/boot/generic-grub-tftp.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/boot/generic-grub-tftp.jinja2 b/templates/boot/generic-grub-tftp.jinja2 index 1a82f27..7c02040 100644 --- a/templates/boot/generic-grub-tftp.jinja2 +++ b/templates/boot/generic-grub-tftp.jinja2 @@ -9,7 +9,7 @@ protocols: # context allows specific values to be overridden or included context: - extra_kernel_args: initrd={{ initrd }} + extra_kernel_args: initrd={{ initrd }} systemd.mask=systemd-networkd.service {%- endif %} {% endblock %} {%- block boot %} |