~dgadomski/curtin:builddeps+parameterized

Last commit made on 2023-12-11
Get this branch:
git clone -b builddeps+parameterized https://git.launchpad.net/~dgadomski/curtin
Only Dariusz Gadomski can upload to this branch. If you are Dariusz Gadomski please log in for upload directions.

Branch merges

Branch information

Name:
builddeps+parameterized
Repository:
lp:~dgadomski/curtin

Recent commits

801ea73... by Olivier Gayot

Add python3-parameterized as a build-depends

The test build of curtin as a .deb package for LTS-es has been failing
recently because python3-parameterized is not in the list of
build-depends.

Signed-off-by: Olivier Gayot <email address hidden>

dffbaf7... by Skia

vmtests: skip all failing tests to get the jobs green again

5d0fe87... by Skia

tools: add usage to jenkins-runner

a349105... by Olivier Gayot

curtooks/install-grub: workaround the efivarfs statfs kernel regression

On systems affected by the statfs kernel bug for efivarfs, we now export
the LIBEFIVAR_OPS=efivarfs variable to work around the issue. The variable
instructs libefivar (and therefore efibootmgr) to access EFI variables
through /sys/firmware/efi/efivars without leaning on statfs.

LP: #2040190

64b2744... by Stamatis Katsaounis

Add support for Oracle Linux

7c18bf6... by Dan Bungert

install: do not log merged config

cbba228... by Dan Bungert

Revert "vmtests: add mantic after jammy"

This reverts commit abebab1e1e30a16d4be891a051060e81254ff0c5.

64ea5fb... by Olivier Gayot

block_meta: also add recovery key if zkey is used

When zkey is properly setup, we do not invoke cryptsetup luksFormat
ourselves. Instead we lean on zkey to invoke cryptsetup luksFormat for
us.

zkey seems to have no native support for invoking cryptsetup luksAddKey,
so we need to manually call it if we want to add a recovery key in a
second slot.

Signed-off-by: Olivier Gayot <email address hidden>

13c1b8a... by Dan Bungert

vmtests: make loading error verbose

4595c03... by Dan Bungert

vmtests: +python3-debian dep