Skip to content

Commit

Permalink
QE: Use correct kernel for SLES 15 SP4
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Gedon <[email protected]>
  • Loading branch information
nodeg committed Sep 11, 2024
1 parent b1d6978 commit 4d37661
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions backend_modules/libvirt/host/user_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,13 @@ zypper:
gpgcheck: false
name: tools_pool_repo

runcmd:
- zypper remove kernel-default-base

%{ if install_salt_bundle }
packages: ["venv-salt-minion", "avahi", "nss-mdns", "qemu-guest-agent"]
packages: ["venv-salt-minion", "avahi", "nss-mdns", "qemu-guest-agent", "kernel-default"]
%{ else }
packages: ["avahi", "nss-mdns", "qemu-guest-agent"]
packages: ["avahi", "nss-mdns", "qemu-guest-agent", "kernel-default"]
%{ endif }

runcmd:
Expand Down

0 comments on commit 4d37661

Please sign in to comment.