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

« back to all changes in this revision

Viewing changes to debian/changelog

  • 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:
 
1
partman-auto (73ubuntu4) hardy; urgency=low
 
2
 
 
3
  * Ensure that there is always at least one primary partition after
 
4
    autopartitioning. An existing primary partition on the disk satisfies
 
5
    this, as does a recipe partition explicitly marked $primary{ }; if
 
6
    neither of those exists, then arbitrarily promote the first recipe
 
7
    partition to be a primary partition.
 
8
  * Remove explicit $primary{ } specifiers from standard recipes. We only
 
9
    need them to be primary if no other primary partitions exist already.
 
10
  * Relax auto-resize constraints now that a primary partition is not
 
11
    unconditionally required; this will allow auto-resize partitioning on
 
12
    systems that already have three primary partitions (LP: #134950).
 
13
 
 
14
 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 07 Mar 2008 00:26:42 +0000
 
15
 
1
16
partman-auto (73ubuntu3) hardy; urgency=low
2
17
 
3
18
  * Backport from trunk (LP: #181296):