~dbungert/curtin:no-skip-swaps-test

Last commit made on 2022-04-26
Get this branch:
git clone -b no-skip-swaps-test https://git.launchpad.net/~dbungert/curtin
Only Dan Bungert can upload to this branch. If you are Dan Bungert please log in for upload directions.

Branch merges

Branch information

Name:
no-skip-swaps-test
Repository:
lp:~dbungert/curtin

Recent commits

12f3f54... by Dan Bungert

vmtests: remove out of date skip

d5ad431... by Dan Bungert

block: provide get_resize_fstypes

So callers can know which fs types we can and can't resize.

60e076c... by Dan Bungert

Add support for resize of ext{2,3,4}

8c13139... by William Wilson

Add riscv64 to supported UEFI architectures

As we prepare a RISC-V installer image, we need to add 'riscv64' to the
supported UEFI architectures. This commit does so by setting values
for grub_name and grub_target.

0732dfa... by Michael Hudson-Doyle

block_meta_v2: call make_dname when required

ae19d2d... by Michael Hudson-Doyle

examples: even more tweaks for v2

bcache-partitions.yaml: remove the ptable setting on a drive that will
be part of a bcache. A quirk of v1 partitioning is that setting ptable:
gpt on a disk but then creating no partitions will leave the disk with
no partition table.

lvm_iscsi.yaml: enlarge some partitions, one for / and one because of
the logical partition overhead.

mirrorboot.yaml: make / slightly larger.

1b612eb... by Heinrich Schuchardt

Add riscv64 support

Live installer images rely on curtin as part of the subiquity snap.
Currently riscv64 support is missing.

Add a link to git repository in debian/control

3cd459c... by Michael Hudson-Doyle

examples: stop assuming curtin accounts for overhead of logical partitions

Curtin currently has the slightly surprising (to me at least) behaviour
of enlarging an extended partition to account for the overhead that
comes from the fact that logical partitions have to have gaps between
them. I do not intend to preserve this in v2 partitioning (and will
handle this in subiquity) so change the two example files that depend on
this.

Also correct an offset in examples/tests/multipath-reuse.yaml.

455fe08... by Michael Hudson-Doyle

block_meta_v2: zero start of partitions before they are created

Hooray for regression tests for bug 1718699.

600d6a1... by Michael Hudson-Doyle

examples: enlarge / for some more vmtests

These ones only fail on ppc64el for whatever reason.