From 21543bcc181586da06c71063a21fba8d9d56d8df Mon Sep 17 00:00:00 2001 From: Lara Ramona Peeters <49882639+laraPPr@users.noreply.github.com> Date: Thu, 9 Oct 2025 12:37:28 +0200 Subject: [PATCH] Fix documentation on using `--stop` --- docs/partial-installations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/partial-installations.md b/docs/partial-installations.md index 45d65cfda8..402d4fb896 100644 --- a/docs/partial-installations.md +++ b/docs/partial-installations.md @@ -10,9 +10,9 @@ naming scheme). To stop the installation procedure *after* a specific step in the installation procedure, the `-s`/`--stop` command line option can be used; the name of the step must be supplied as an argument. -The following step names are recognized (listed in execution order): `fetch`, `ready`, `source`, `patch`, -`prepare`, `configure`, `build`, `test`, `install`, `extensions`, `package`, `postproc`, -`sanitycheck`, `cleanup`, `module`, `testcases`. +The following step names are recognized (listed in execution order): `fetch`, `ready`, `extract`, `patch`, +`prepare`, `configure`, `build`, `test`, `install`, `extensions`, `postiter`, `postproc`, +`sanitycheck`, `cleanup`, `module`, `permissions`, `package`, `testcases`. Example usage: