From 7f0d2aa66324ba301a6559f5dcca74d2aa7e924f Mon Sep 17 00:00:00 2001 From: Michael Calmer Date: Mon, 6 Jan 2025 13:59:39 +0100 Subject: [PATCH] update iptables --- backend_modules/libvirt/host/combustion | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/backend_modules/libvirt/host/combustion b/backend_modules/libvirt/host/combustion index 323bdbf90..aca1e4a1e 100644 --- a/backend_modules/libvirt/host/combustion +++ b/backend_modules/libvirt/host/combustion @@ -174,5 +174,10 @@ PACKAGES="$PACKAGES andromeda-dummy milkyway-dummy virgo-dummy timezone wget aaa zypper --non-interactive install $PACKAGES +%{ if testsuite } +# full update cause a timeout on deployment +zypper --non-interactive update --no-recommends iptables +%{ endif } + # Leave a marker echo "Configured with combustion" > /etc/issue.d/combustion