~cyphermox/partman-auto/merge-125ubuntu1

« back to all changes in this revision

Viewing changes to recipes-powerpc-powermac_newworld/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:
12
12
        filesystem{ ext2 }
13
13
        mountpoint{ /boot } .
14
14
 
15
 
70 800 300 $default_filesystem
 
15
570 3000 5000 $default_filesystem
16
16
        $lvmok{ }
17
17
        method{ format }
18
18
        format{ }
20
20
        $default_filesystem{ }
21
21
        mountpoint{ / } .
22
22
 
23
 
500 3000 6000 $default_filesystem
24
 
        $lvmok{ }
25
 
        method{ format }
26
 
        format{ }
27
 
        use_filesystem{ }
28
 
        $default_filesystem{ }
29
 
        mountpoint{ /usr } .
30
 
 
31
23
70 1500 3000 $default_filesystem
32
24
        $lvmok{ }
33
25
        method{ format }