From 5daf0b231e70b399926da4b2481301704a197c14 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 22 Feb 2022 14:30:48 -0500 Subject: [PATCH] Also register to run before coreos-ignition-setup-user For coreos, make sure we preempt either name. --- .../initramfs/usr/lib/systemd/system/confluent-rootfs.service | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_osdeploy/coreos/initramfs/usr/lib/systemd/system/confluent-rootfs.service b/confluent_osdeploy/coreos/initramfs/usr/lib/systemd/system/confluent-rootfs.service index 5f936231..827954e5 100644 --- a/confluent_osdeploy/coreos/initramfs/usr/lib/systemd/system/confluent-rootfs.service +++ b/confluent_osdeploy/coreos/initramfs/usr/lib/systemd/system/confluent-rootfs.service @@ -6,6 +6,7 @@ After=basic.target # Network is enabled here After=dracut-initqueue.service Before=ignition-setup-user.service +Before=coreos-ignition-setup-user.service Before=coreos-livepxe-rootfs.service