← Back to team overview

curtin-dev team mailing list archive

[Merge] ~ogayot/curtin:install-step-by-step into curtin:master

 

The proposal to merge ~ogayot/curtin:install-step-by-step into curtin:master has been updated.

Description changed to:

install: allow to perform an install in incremental invocations

In order to perform a more "step-by-step" install, we want the ability to run `curtin install` multiple times with different stage(s) specified.

We now support a mechanism to "resume" an installation, through a new configuration fields:

 * resume_data

If more than one invocation of curtin install is planned, the user should specify the resume_data field in the install configuration.

On the first invocation, curtin install will create the file and fill it with internal data that will be needed to resume the installation later.

In subsequent invocations of curtin, the resume data will be read back frmo the file and subiquity will "resume" the installation.

For more details, see:
https://code.launchpad.net/~ogayot/curtin/+git/curtin/+merge/427671
-- 
Your team curtin developers is subscribed to branch curtin:master.



References