Skip to content

Commit

Permalink
chore: Fetch UKI for virtual machines (#3)
Browse files Browse the repository at this point in the history
Caches unified kernel image for virtual machines
  • Loading branch information
EyeCantCU authored Jul 2, 2024
1 parent 31fa2fa commit 01d76b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ dnf download -y \
kernel-modules-core-"${kernel_version}" \
kernel-modules-extra-"${kernel_version}" \
kernel-headers-"${kernel_version}" \
kernel-devel-"${kernel_version}"
kernel-devel-"${kernel_version}" \
kernel-uki-virt-"${kernel_version}"

mkdir -p /tmp/rpms

Expand Down

0 comments on commit 01d76b8

Please sign in to comment.