~igorgnip/curtin:fix/rocky9-legacy-boot

Last commit made on 2022-10-13
Get this branch:
git clone -b fix/rocky9-legacy-boot https://git.launchpad.net/~igorgnip/curtin
Only Igor Gnip can upload to this branch. If you are Igor Gnip please log in for upload directions.

Branch merges

Branch information

Name:
fix/rocky9-legacy-boot
Repository:
lp:~igorgnip/curtin

Recent commits

2eb0d38... by Igor Gnip

Allow rocky9 on legacy boot

9a28853... 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.

050d965... by Dan Bungert

doc: clarify size units

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