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
1diff --git a/doc/topics/config.rst b/doc/topics/config.rst
2index ec8a109..ff766c7 100644
3--- a/doc/topics/config.rst
4+++ b/doc/topics/config.rst
5@@ -706,7 +706,7 @@ This results in Curtin downloading the following URLs::
6 stages
7 ~~~~~~
8 Curtin installation executes in stages. At each stage, Curtin will look for
9-a list of commands to run at each stage by reading in from the Curtin config
10+a list of commands to run by reading in from the Curtin config
11 *<stage_name>_commands* which is a dictionary and each key contains a list
12 of commands to run. Users may override the stages value to control
13 what curtin stages execute. During each stage, the commands are executed
14@@ -733,10 +733,6 @@ This stage runs ``curtin net-meta auto`` by default.
15
16 This stage runs ``curtin extract`` by default.
17
18-- **extract**: *Writing install sources to disk*
19-
20-This stage runs ``curtin extract`` by default.
21-
22 - **curthooks**: *Configuring installed system*
23
24 This stage runs ``curtin curthooks`` by default.

Subscribers

People subscribed via source and target branches