Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QE: Use correct kernel for SLES 15 SP4 #1642

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading