fix(framework): Remove tlp on framework images

This commit is contained in:
Kyle Gospodnetich 2024-01-12 18:56:42 -08:00
parent 1bcd93c9d8
commit f093ecec87

View File

@ -182,6 +182,10 @@ RUN rpm-ostree override remove \
if ! [[ "${IMAGE_FLAVOR}" =~ "framework" ]]; then \
rpm-ostree override remove \
power-profiles-daemon \
; else
rpm-ostree override remove \
tlp \
tlp-rdw \
; fi
# Install new packages
@ -201,6 +205,7 @@ RUN rpm-ostree install \
tuned-utils \
tuned-utils-systemtap \
tuned-gtk \
powertop \
hl2linux-selinux \
joycond \
ladspa-caps-plugins \