diff --git a/systemd/ignition-firstboot-complete.service b/systemd/ignition-firstboot-complete.service index 236b150..1615a4e 100644 --- a/systemd/ignition-firstboot-complete.service +++ b/systemd/ignition-firstboot-complete.service @@ -21,4 +21,5 @@ MountFlags=slave ExecStart=/bin/sh -c 'mount -o remount,rw /boot && rm /boot/ignition.firstboot' [Install] -WantedBy=multi-user.target +# Part of basic.target so this happens early on in firstboot +WantedBy=basic.target