Skip to content

Commit

Permalink
Remove kernel-modules-internal
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Sep 24, 2024
1 parent 42547eb commit 1b6c434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN dnf remove -y $(dnf repoquery --installonly --latest-limit=1 -q)

# reinstall kernel modules and stuff for the new kernel, install new kernel in case the old one was removed
# Also install some extra packages :3
RUN dnf install -y kernel kernel-modules{,-core,-extra,-internal} linux-firmware fwupd fwupd-efi @ultramarine-product-common
RUN dnf install -y kernel kernel-modules{,-core,-extra} linux-firmware fwupd fwupd-efi @ultramarine-product-common

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

0 comments on commit 1b6c434

Please sign in to comment.