From d2435d315bcabf8bdee3fabd21ea3806b5fe195b Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 3 Dec 2021 10:39:47 -0500 Subject: [PATCH] Schedule fetch of private data before ignition cares --- .../initramfs/usr/lib/systemd/system/confluent-rootfs.service | 2 ++ 1 file changed, 2 insertions(+) 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 6e98786c..5f936231 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 @@ -5,9 +5,11 @@ DefaultDependencies=false After=basic.target # Network is enabled here After=dracut-initqueue.service +Before=ignition-setup-user.service Before=coreos-livepxe-rootfs.service + # If we fail, the boot will fail. Be explicit about it. OnFailure=emergency.target OnFailureJobMode=isolate