Skip to content

Commit

Permalink
feat: Add TuneD-PPD, replacing power profiles daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jan 17, 2024
1 parent 0b4e26a commit 7d63435
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,15 @@ RUN rpm-ostree override remove \
ublue-os-update-services \
firefox \
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
RUN rpm-ostree install \
Expand All @@ -194,6 +202,15 @@ RUN rpm-ostree install \
compsize \
input-remapper \
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 \
joycond \
ladspa-caps-plugins \
Expand Down Expand Up @@ -439,6 +456,8 @@ RUN /tmp/image-info.sh && \
mkdir -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 tuned.service && \
systemctl enable tuned-ppd.service && \
systemctl enable btrfs-dedup@var-home.timer && \
systemctl enable displaylink.service && \
systemctl enable input-remapper.service && \
Expand Down

0 comments on commit 7d63435

Please sign in to comment.