Skip to content

Commit d67268d

Browse files
committed
fix(framework): Remove tlp on framework images
1 parent d00c490 commit d67268d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Containerfile

+5
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ RUN rpm-ostree override remove \
131131
if ! [[ "${IMAGE_FLAVOR}" =~ "framework" ]]; then \
132132
rpm-ostree override remove \
133133
power-profiles-daemon \
134+
; else
135+
rpm-ostree override remove \
136+
tlp \
137+
tlp-rdw \
134138
; fi
135139

136140
# Install new packages
@@ -150,6 +154,7 @@ RUN rpm-ostree install \
150154
tuned-utils \
151155
tuned-utils-systemtap \
152156
tuned-gtk \
157+
powertop \
153158
hl2linux-selinux \
154159
ladspa-caps-plugins \
155160
ladspa-noise-suppression-for-voice \

0 commit comments

Comments
 (0)