~cyphermox/partman-auto/merge-125ubuntu1

« back to all changes in this revision

Viewing changes to recipes-ia64/multi

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2015-02-11 21:21:12 UTC
  • mfrom: (408.1.1328)
  • Revision ID: mathieu-tl@ubuntu.com-20150211212112-btebgphuuefbm3tp
* Resynchronise with Debian.  Remaining changes:
  Recipe changes:
  - Adjust default partition and EFI sizes for Ubuntu.
  - Change the x86 atomic recipes to make the minimum swap size be 100% of
    RAM, so that hibernate always works.
  - In addition to EFI partition, reuse existing swap partitions and
    BIOS Boot Partitions, if any, rather than creating new ones.
  Automatic Partitioning:
  - Offer resize_use_free autopartitioning method, except on armel/armhf.
  - Add an option to reuse an existing installation.
  - Split out the replace option from resize_use_free.
  Code changes:
  - Accept autopartitioning automatically rather than showing
    choose_partition.
  - Drop priority of partman-auto/choose_recipe question to medium.
  - Add support for partman-auto/method=loop via partman-auto-loop.
  - Make biggest_free respect the selection made in partman-auto/disk.
  - Exclude devices containing the installation medium from automatic
    partitioning.
  - Use new get_real_resize_range function from partman-partitioning
    72ubuntu3, which caches calls to tune2fs and ntfsresize.
  - Support resizing the largest partition on multiple disks.
  - Support formatting the entire partition for any partition that can be
    resized.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        method{ efi }
6
6
        format{ } .
7
7
 
8
 
100 800 500 $default_filesystem
 
8
800 7000 7000 $default_filesystem
9
9
        $primary{ }
10
10
        method{ format }
11
11
        format{ }
13
13
        $default_filesystem{ }
14
14
        mountpoint{ / } .
15
15
 
16
 
700 7000 7000 $default_filesystem
17
 
        method{ format }
18
 
        format{ }
19
 
        use_filesystem{ }
20
 
        $default_filesystem{ }
21
 
        mountpoint{ /usr } .
22
 
 
23
16
60 1500 3000 $default_filesystem
24
17
        method{ format }
25
18
        format{ }