Skip to content

Commit a33fcb7

Browse files
authored
remove disablement of services (#62)
* chore: do not disable rpm-ostree-*.{service,timer} Both of these contain `ConditionPathExists=/run/ostree-booted`, our ISOs are not booted via ostree so this will never run anyway. * chore: also remove bootloader-update.service disablement on live See: coreos/bootupd#1088
1 parent cb81cf9 commit a33fcb7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

iso_files/configure_iso_anaconda.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,10 @@ sbkey='https://github.com/ublue-os/akmods/raw/main/certs/public_key.der'
1111
# Configure Live Environment
1212
glib-compile-schemas /usr/share/glib-2.0/schemas
1313

14-
systemctl disable rpm-ostree-countme.service
1514
systemctl disable tailscaled.service
16-
systemctl disable bootloader-update.service
1715
systemctl disable brew-upgrade.timer
1816
systemctl disable brew-update.timer
1917
systemctl disable brew-setup.service
20-
systemctl disable rpm-ostreed-automatic.timer
2118
systemctl disable uupd.timer
2219
systemctl disable ublue-system-setup.service
2320
systemctl disable flatpak-preinstall.service

0 commit comments

Comments
 (0)