From 13f265e9b8c84abc3c8e8d0c51cd2bbe882c6e31 Mon Sep 17 00:00:00 2001 From: Nestor Acuna Blanco Date: Tue, 5 Nov 2024 11:20:41 +0100 Subject: [PATCH] fix: disable SMM on Fedora for s390x architecture Signed-off-by: Nestor Acuna Blanco --- templates/fedora.tpl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/fedora.tpl.yaml b/templates/fedora.tpl.yaml index ca62ca67..48eea32a 100644 --- a/templates/fedora.tpl.yaml +++ b/templates/fedora.tpl.yaml @@ -97,10 +97,10 @@ objects: spec: architecture: "{{ 'amd64' if ansible_architecture == 'x86_64' else ansible_architecture }}" domain: +{% if ansible_architecture != 's390x' %} features: smm: enabled: true -{% if ansible_architecture != 's390x' %} firmware: bootloader: efi: {}