mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-27 21:35:24 +00:00
fix(framework): Remove tlp on framework images
This commit is contained in:
parent
1bcd93c9d8
commit
f093ecec87
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user