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

Proposed by Olivier Gayot
Status: Merged
Approved by: Dan Bungert
Approved revision: cae3769da9da6c52c8b942a5122e166394e3ffac
Merge reported by: Server Team CI bot
Merged at revision: not available
Proposed branch: ~ogayot/curtin:curtin-stages-doc
Merge into: curtin:master
Diff against target: 24 lines (+1/-5)
1 file modified
doc/topics/config.rst (+1/-5)
Reviewer Review Type Date Requested Status
Dan Bungert Approve
Server Team CI bot continuous-integration Approve
Review via email: mp+426569@code.launchpad.net

Commit message

doc: remove duplicate section about extract subcommand

Description of the change

doc: remove duplicate section about extract subcommand

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Dan Bungert (dbungert) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
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::
706stages706stages
707~~~~~~707~~~~~~
708Curtin installation executes in stages. At each stage, Curtin will look for708Curtin installation executes in stages. At each stage, Curtin will look for
709a list of commands to run at each stage by reading in from the Curtin config709a list of commands to run by reading in from the Curtin config
710*<stage_name>_commands* which is a dictionary and each key contains a list710*<stage_name>_commands* which is a dictionary and each key contains a list
711of commands to run. Users may override the stages value to control711of commands to run. Users may override the stages value to control
712what curtin stages execute. During each stage, the commands are executed712what curtin stages execute. During each stage, the commands are executed
@@ -733,10 +733,6 @@ This stage runs ``curtin net-meta auto`` by default.
733733
734This stage runs ``curtin extract`` by default.734This stage runs ``curtin extract`` by default.
735735
736- **extract**: *Writing install sources to disk*
737
738This stage runs ``curtin extract`` by default.
739
740- **curthooks**: *Configuring installed system*736- **curthooks**: *Configuring installed system*
741737
742This stage runs ``curtin curthooks`` by default.738This stage runs ``curtin curthooks`` by default.

Subscribers

People subscribed via source and target branches