Skip to content

Commit

Permalink
feat: Add setroubleshoot by default, with alerts disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Apr 6, 2024
1 parent db8dfb4 commit 142e573
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Containerfile
Expand Up @@ -317,7 +317,9 @@ RUN rpm-ostree install \
nerd-fonts \
glow \
gum \
vim \
setools \
setroubleshoot \
cockpit-networkmanager \
cockpit-podman \
cockpit-selinux \
Expand All @@ -328,6 +330,7 @@ RUN rpm-ostree install \
pip install --prefix=/usr topgrade && \
rpm-ostree install \
ublue-update && \
echo "X-GNOME-Autostart-enabled=false" >> /usr/etc/xdg/autostart/sealertauto.desktop && \
sed -i '1s/^/[include]\npaths = ["\/etc\/ublue-os\/topgrade.toml"]\n\n/' /usr/share/ublue-update/topgrade-user.toml && \
sed -i 's/min_battery_percent.*/min_battery_percent = 20.0/' /usr/etc/ublue-update/ublue-update.toml && \
sed -i 's/max_cpu_load_percent.*/max_cpu_load_percent = 100.0/' /usr/etc/ublue-update/ublue-update.toml && \
Expand Down

0 comments on commit 142e573

Please sign in to comment.