mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-10 06:44:37 +00:00
feat: Add TuneD-PPD, replacing power profiles daemon
This commit is contained in:
parent
0b4e26abf5
commit
7d63435a7d
@ -179,7 +179,15 @@ RUN rpm-ostree override remove \
|
|||||||
ublue-os-update-services \
|
ublue-os-update-services \
|
||||||
firefox \
|
firefox \
|
||||||
firefox-langpacks \
|
firefox-langpacks \
|
||||||
htop
|
htop && \
|
||||||
|
if ! [[ "${IMAGE_FLAVOR}" =~ "framework" ]]; then \
|
||||||
|
rpm-ostree override remove \
|
||||||
|
power-profiles-daemon \
|
||||||
|
; else \
|
||||||
|
rpm-ostree override remove \
|
||||||
|
tlp \
|
||||||
|
tlp-rdw \
|
||||||
|
; fi
|
||||||
|
|
||||||
# Install new packages
|
# Install new packages
|
||||||
RUN rpm-ostree install \
|
RUN rpm-ostree install \
|
||||||
@ -194,6 +202,15 @@ RUN rpm-ostree install \
|
|||||||
compsize \
|
compsize \
|
||||||
input-remapper \
|
input-remapper \
|
||||||
system76-scheduler \
|
system76-scheduler \
|
||||||
|
tuned \
|
||||||
|
tuned-utils \
|
||||||
|
tuned-utils-systemtap \
|
||||||
|
tuned-ppd \
|
||||||
|
tuned-gtk \
|
||||||
|
tuned-profiles-compat \
|
||||||
|
tuned-profiles-atomic \
|
||||||
|
tuned-profiles-cpu-partitioning \
|
||||||
|
powertop \
|
||||||
hl2linux-selinux \
|
hl2linux-selinux \
|
||||||
joycond \
|
joycond \
|
||||||
ladspa-caps-plugins \
|
ladspa-caps-plugins \
|
||||||
@ -439,6 +456,8 @@ RUN /tmp/image-info.sh && \
|
|||||||
mkdir -p /usr/etc/flatpak/remotes.d && \
|
mkdir -p /usr/etc/flatpak/remotes.d && \
|
||||||
wget -q https://dl.flathub.org/repo/flathub.flatpakrepo -P /usr/etc/flatpak/remotes.d && \
|
wget -q https://dl.flathub.org/repo/flathub.flatpakrepo -P /usr/etc/flatpak/remotes.d && \
|
||||||
systemctl enable com.system76.Scheduler.service && \
|
systemctl enable com.system76.Scheduler.service && \
|
||||||
|
systemctl enable tuned.service && \
|
||||||
|
systemctl enable tuned-ppd.service && \
|
||||||
systemctl enable btrfs-dedup@var-home.timer && \
|
systemctl enable btrfs-dedup@var-home.timer && \
|
||||||
systemctl enable displaylink.service && \
|
systemctl enable displaylink.service && \
|
||||||
systemctl enable input-remapper.service && \
|
systemctl enable input-remapper.service && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user