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