feat: Add setroubleshoot by default, with alerts disabled

This commit is contained in:
Kyle Gospodnetich 2024-04-06 12:50:15 -07:00
parent db8dfb484a
commit 142e5732a6

View File

@ -317,7 +317,9 @@ RUN rpm-ostree install \
nerd-fonts \
glow \
gum \
vim \
setools \
setroubleshoot \
cockpit-networkmanager \
cockpit-podman \
cockpit-selinux \
@ -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 && \