← Back to team overview

curtin-dev team mailing list archive

[Merge] ~ogayot/curtin:curtin-stages-doc into curtin:master

 

Olivier Gayot has proposed merging ~ogayot/curtin:curtin-stages-doc into curtin:master.

Commit message:
doc: remove duplicate section about extract subcommand


Requested reviews:
  curtin developers (curtin-dev)

For more details, see:
https://code.launchpad.net/~ogayot/curtin/+git/curtin/+merge/426569

doc: remove duplicate section about extract subcommand

-- 
Your team curtin developers is requested to review the proposed merge of ~ogayot/curtin:curtin-stages-doc into curtin:master.
diff --git a/doc/topics/config.rst b/doc/topics/config.rst
index ec8a109..ff766c7 100644
--- a/doc/topics/config.rst
+++ b/doc/topics/config.rst
@@ -706,7 +706,7 @@ This results in Curtin downloading the following URLs::
 stages
 ~~~~~~
 Curtin installation executes in stages.  At each stage, Curtin will look for
-a list of commands to run at each stage by reading in from the Curtin config
+a list of commands to run by reading in from the Curtin config
 *<stage_name>_commands* which is a dictionary and each key contains a list
 of commands to run.  Users may override the stages value to control
 what curtin stages execute.  During each stage, the commands are executed
@@ -733,10 +733,6 @@ This stage runs ``curtin net-meta auto`` by default.
 
 This stage runs ``curtin extract`` by default.
 
-- **extract**: *Writing install sources to disk*
-
-This stage runs ``curtin extract`` by default.
-
 - **curthooks**: *Configuring installed system*
 
 This stage runs ``curtin curthooks`` by default.

Follow ups