~ubuntu-core-dev/partman-auto/xenial-proposed

« back to all changes in this revision

Viewing changes to recipes-powerpc-chrp_ibm/multi

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2015-02-12 21:10:11 UTC
  • mfrom: (668.1.2 partman-auto)
  • Revision ID: mathieu-tl@ubuntu.com-20150212211011-zz8w1hioa2gwkemy
* 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:
14
14
        filesystem{ ext2 }
15
15
        mountpoint{ /boot } .
16
16
 
17
 
70 800 300 $default_filesystem
 
17
570 3000 5000 $default_filesystem
18
18
        $lvmok{ }
19
19
        $primary{ }
20
20
        method{ format }
23
23
        $default_filesystem{ }
24
24
        mountpoint{ / } .
25
25
 
26
 
500 3000 6000 $default_filesystem
27
 
        $lvmok{ }
28
 
        method{ format }
29
 
        format{ }
30
 
        use_filesystem{ }
31
 
        $default_filesystem{ }
32
 
        mountpoint{ /usr } .
33
 
 
34
26
70 1500 3000 $default_filesystem
35
27
        $lvmok{ }
36
28
        method{ format }