Skip to content

Commit

Permalink
base: re-install kernel-modules and fwupd
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Sep 24, 2024
1 parent 8ad4456 commit d8047f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions base/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ RUN dnf swap -y fedora-logos ultramarine-logos
# Delete old kernels
RUN dnf remove -y $(dnf repoquery --installonly --latest-limit=1 -q)

# Install kernel modules and stuff for the new kernel, because the old ones are gone???
# Also install some extra packages :3
RUN dnf install -y kernel-modules{,-core,-extra,-internal} linux-firmware fwupd fwupd-efi @ultramarine-product-common

# Regenerate initramfs for new kernel
RUN dracut -fv --regenerate-all

Expand Down

0 comments on commit d8047f0

Please sign in to comment.