~curtin-dev/curtin/trunk

« back to all changes in this revision

Viewing changes to doc/topics/overview.rst

  • Committer: Scott Moser
  • Date: 2013-05-31 14:41:46 UTC
  • Revision ID: smoser@ubuntu.com-20130531144146-ndvtpm47ynt5nvhz
very rough initial doc using sphynx.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
========
 
2
Overview
 
3
========
 
4
 
 
5
Curtin is intended to be a bare bones "installer".   Its goal is to take data from a source, and get it onto disk as quick as possible and then boot it.  The key difference from traditional package based installers is that curtin assumes the thing its installing is intelligent and will do the right thing.
 
6
 
 
7
Stages
 
8
------
 
9
A usage of curtin will go through the following stages:
 
10
 
 
11
- install environment boot
 
12
- early commands
 
13
- partitioning
 
14
- installation of sources to disk
 
15
- hook for installed OS to customize itself
 
16
- final commands