~dbungert/curtin:no-wipe-ebr

Last commit made on 2022-10-04
Get this branch:
git clone -b no-wipe-ebr 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-wipe-ebr
Repository:
lp:~dbungert/curtin

Recent commits

b8ca0ce... by Dan Bungert

block/v2: fix wipe check for extended

As the comment in _wipe_for_action notes, we never want to wipe the
extended, so do that check first.

f679ee1... by Dan Bungert

many: fix several instances of whitespace lint

`tox -e tip-pycodestyle` reported several instances of:
  E275 missing whitespace after keyword

5ce4809... by Dan Bungert

vmtests: +python3-attr

87323b6... by Michael Hudson-Doyle

block_meta: add 'device' action to directly refer to a block device

fe15763... by Michael Hudson-Doyle

storage_config: add 'path' key to all actions that refer to a block device

Disks and partitions already get this, add it to raid, logical volume,
dm_crypt and bcache actions.

48b0ea3... by Michael Hudson-Doyle

block_meta: record which devices were handled by each action

47c2226... by Dan Bungert

block: install cryptsetup if dm_crypt

Co-authored-by: J-P Nurmi <email address hidden>

f174ed7... by Dan Bungert

curthooks: make chzdev_export non-fatal on error

LP: #1987236

a3137ae... by Dan Bungert

nicer terminology for non-API items

5b3d24d... by Olivier Gayot

install: allow to perform an install in incremental invocations