Skip to content

Draft: Test suite: add early boot hooks

anonym requested to merge test-suite-early-boot-hooks into stable

While working on !1843 (merged) I developed this but ended up not needing it in that MR so I split it out because I thought it would be a shame to lose this work.

This makes it easy to queue a code block to execute right after the remote shell is up, and it will not signal readiness to systemd until this code has finished executing. This is useful if you need to run code before some early service starts, like the Greeter.

Merge request reports

Loading