Skip to content

Commit

Permalink
kernel stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Sep 24, 2024
1 parent 33b789e commit 42547eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ RUN dnf install -y --repofrompath "ultramarine,https://repos.fyralabs.com/um$(rp
RUN dnf swap -y --allowerasing fedora-release-common ultramarine-release-identity-basic
RUN dnf swap -y fedora-logos ultramarine-logos

# Delete old kernels
RUN dnf4 remove -y --oldinstallonly
# Delete old kernels (and maybe all kernels except the latest one)
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???
# 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

Expand Down

0 comments on commit 42547eb

Please sign in to comment.