~dbungert/curtin:partition-arbitrary-types

Last commit made on 2022-04-29
Get this branch:
git clone -b partition-arbitrary-types 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:
partition-arbitrary-types
Repository:
lp:~dbungert/curtin

Recent commits

3d3f901... by Dan Bungert

block/v2: preserve disk label id

Windows will report a boot failure if the disk label ID changes and
nothing else.

34d15bc... by Dan Bungert

block/v2: docs for partition_type

ac081b6... by Dan Bungert

block/v2: unit tests for partition_type

e0eb292... by Dan Bungert

block/v2: raw partition table codes for gpt

e627193... by Dan Bungert

block/v2: allow setting raw partition_type value

To preserve partition types that do not map to known flag values, we
must be able to capture that original type information and carry it
around in the storage config until used.

If we do not do this, preserved partitions get their type normalized to
another value (usually the equivalent of flags 'linux' or 'boot').

a18e5fe... by Dan Bungert

block/v2: resize-friendly ordering of wipe

a583cdc... by Dan Bungert

block/v2: handle resize when no format action

16f8de4... by Dan Bungert

block/v2: resize of ntfs

365d662... 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.