~dbungert/curtin:lp-1992990-riscv-flash-kernel

Last commit made on 2022-10-14
Get this branch:
git clone -b lp-1992990-riscv-flash-kernel 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:
lp-1992990-riscv-flash-kernel
Repository:
lp:~dbungert/curtin

Recent commits

e5bc7c2... by Dan Bungert

kernel: expand flash_kernel env to cover all flows

While Subiquity should always be providing a metapackage name, expand
the environment adjustment for flash_kernel to handle the fallback
cases.

6b994fc... by Alexandre Ghiti

kernel: Force flash-kernel to execute in chroot

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