mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 22:20:21 +00:00
feat: Add setroubleshoot by default, with alerts disabled
This commit is contained in:
parent
db8dfb484a
commit
142e5732a6
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user