From ab7db2e1f08d83f47e081e288f86f244ddb03116 Mon Sep 17 00:00:00 2001 From: Alexander Wellbrock Date: Mar 30 2021 12:03:02 +0000 Subject: treefile: fix unit file names Observed from dmesg since F33 the unit symlinks created with this treefile have invalid names and are ignored by systemd. It seems that it worked nonetheless since the units are started anyway and most have correct symlinks placed alongside the invalid ones. This should get rid of those warnings in dmesg. Apparently rpm-ostree takes the specified strings here and places them as-is in the .wants/ dir. --- diff --git a/fedora-iot-base.json b/fedora-iot-base.json index cd49f99..3fce376 100644 --- a/fedora-iot-base.json +++ b/fedora-iot-base.json @@ -128,7 +128,7 @@ "units": ["NetworkManager.service", "firewalld.service", "rngd.service", "sshd.service", "zezere_ignition.timer", "zezere_ignition_banner.service", - "greenboot-grub2-set-counter", "greenboot-grub2-set-success", "greenboot-healthcheck", "greenboot-rpm-ostree-grub2-check-fallback", - "greenboot-status", "greenboot-task-runner", "redboot-auto-reboot", "redboot-task-runner", - "parsec", "dbus-parsec"] + "greenboot-grub2-set-counter.service", "greenboot-grub2-set-success.service", "greenboot-healthcheck.service", + "greenboot-rpm-ostree-grub2-check-fallback.service", "greenboot-status.service", "greenboot-task-runner.service", + "redboot-auto-reboot.service", "redboot-task-runner.service", "parsec.service", "dbus-parsec.service"] }