Skip to content

Commit

Permalink
use patched kernel on the host
Browse files Browse the repository at this point in the history
  • Loading branch information
mrc0mmand committed Apr 10, 2024
1 parent b12b46d commit fdf2394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent-control.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ def main():

# Upgrade the hypervisor, so we get the latest QEMU & kernel
logging.info("PHASE 1.5: Upgrading the hypervisor")
ac.execute_remote_command("dnf --repofrompath kernel-mainline,https://download.copr.fedorainfracloud.org/results/@kernel-vanilla/mainline/fedora-40-x86_64/ --nogpgcheck -y update kernel")
ac.execute_remote_command("dnf update -y --repofrompath 'kernel-debug,https://download.copr.fedorainfracloud.org/results/mrc0mmand/c9s-kernel-debug/centos-stream-9-$basearch/' --nogpgcheck kernel")
ac.execute_remote_command("dnf -y --refresh upgrade")
ac.kexec_to_latest()
ac.execute_remote_command("uname -a")
Expand Down

0 comments on commit fdf2394

Please sign in to comment.