mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-27 12:35:19 +00:00
fix(framework): Remove tlp on framework images
This commit is contained in:
parent
d00c490dd0
commit
d67268d91a
@ -131,6 +131,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
|
||||
@ -150,6 +154,7 @@ RUN rpm-ostree install \
|
||||
tuned-utils \
|
||||
tuned-utils-systemtap \
|
||||
tuned-gtk \
|
||||
powertop \
|
||||
hl2linux-selinux \
|
||||
ladspa-caps-plugins \
|
||||
ladspa-noise-suppression-for-voice \
|
||||
|
Loading…
x
Reference in New Issue
Block a user