Skip to content

Commit

Permalink
fix: add power-profiles-daemon for power management (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Aug 14, 2024
1 parent 553404b commit cdf00fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ RUN if [[ "${FEDORA_MAJOR_VERSION}" == "rawhide" ]]; then \
https://copr.fedorainfracloud.org/coprs/ryanabx/cosmic-epoch/repo/fedora-$(rpm -E %fedora)/ryanabx-cosmic-epoch-fedora-$(rpm -E %fedora).repo \
; fi && \
rpm-ostree install \
cosmic-desktop && \
cosmic-desktop \
power-profiles-daemon && \
rpm-ostree install \
gnome-keyring NetworkManager-tui && \
systemctl disable gdm || true && \
systemctl disable sddm || true && \
systemctl enable cosmic-greeter && \
systemctl enable power-profiles-daemon && \
ostree container commit && \
mkdir -p /var/tmp && chmod -R 1777 /var/tmp

0 comments on commit cdf00fa

Please sign in to comment.