~ubuntu-branches/ubuntu/jaunty/partman-auto/jaunty

« back to all changes in this revision

Viewing changes to recipes/atomic

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-03-07 00:26:42 UTC
  • Revision ID: james.westby@ubuntu.com-20080307002642-3u0mxmyl7amk90fz
Tags: 73ubuntu4
* Ensure that there is always at least one primary partition after
  autopartitioning. An existing primary partition on the disk satisfies
  this, as does a recipe partition explicitly marked $primary{ }; if
  neither of those exists, then arbitrarily promote the first recipe
  partition to be a primary partition.
* Remove explicit $primary{ } specifiers from standard recipes. We only
  need them to be primary if no other primary partitions exist already.
* Relax auto-resize constraints now that a primary partition is not
  unconditionally required; this will allow auto-resize partitioning on
  systems that already have three primary partitions (LP: #134950).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
128 512 256 ext3
4
4
        $defaultignore{ }
5
 
        $primary{ }
6
5
        method{ format }
7
6
        format{ }
8
7
        use_filesystem{ }
11
10
 
12
11
500 10000 1000000000 ext3
13
12
        $lvmok{ }
14
 
        $primary{ }
15
13
        method{ format }
16
14
        format{ }
17
15
        use_filesystem{ }