diff --git a/overlay.d/05core/usr/lib/dracut/modules.d/35coreos-network/module-setup.sh b/overlay.d/05core/usr/lib/dracut/modules.d/35coreos-network/module-setup.sh index 0cf3a1a464..31da969cdd 100644 --- a/overlay.d/05core/usr/lib/dracut/modules.d/35coreos-network/module-setup.sh +++ b/overlay.d/05core/usr/lib/dracut/modules.d/35coreos-network/module-setup.sh @@ -11,7 +11,7 @@ install() { inst_simple "$moddir/coreos-enable-network.sh" \ "/usr/sbin/coreos-enable-network" install_and_enable_unit "coreos-enable-network.service" \ - "initrd.target" + "ignition-complete.target" inst_simple "$moddir/coreos-copy-firstboot-network.sh" \ "/usr/sbin/coreos-copy-firstboot-network"