Skip to content

Commit e80d449

Browse files
committed
chore: Swap all firmware packages
1 parent 67f2dd2 commit e80d449

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Containerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
132132
--mount=type=bind,from=ctx,source=/,target=/ctx \
133133
--mount=type=tmpfs,dst=/tmp \
134134
/ctx/install-kernel-akmods && \
135-
dnf5 -y swap \
136-
--repo copr:copr.fedorainfracloud.org:kylegospo:bazzite \
137-
linux-firmware linux-firmware && \
135+
for toswap in linux-firmware netronome-firmware libertas-firmware atheros-firmware realtek-firmware tiwilink-firmware cirrus-audio-firmware linux-firmware-whence iwlwifi-dvm-firmware iwlwifi-mvm-firmware amd-ucode-firmware qcom-firmware mt7xxx-firmware liquidio-firmware nxpwireless-firmware intel-vsc-firmware nvidia-gpu-firmware intel-audio-firmware amd-gpu-firmware iwlegacy-firmware intel-gpu-firmware mlxsw_spectrum-firmware qed-firmware mrvlprestera-firmware brcmfmac-firmware dvb-firmware; do \
136+
dnf5 -y swap --repo copr:copr.fedorainfracloud.org:kylegospo:bazzite $toswap $toswap; \
137+
done && unset -v toswap && \
138138
dnf5 -y config-manager setopt "*rpmfusion*".enabled=0 && \
139139
dnf5 -y copr enable bieszczaders/kernel-cachyos-addons && \
140140
dnf5 -y install \

0 commit comments

Comments
 (0)