curtin:release/23.1

Last commit made on 2025-01-13
Get this branch:
git clone -b release/23.1 https://git.launchpad.net/curtin
Members of curtin developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
release/23.1
Repository:
lp:curtin

Recent commits

bf68084... by Alan Baghumian

Add support for arm64 bootloader artifact
detection support for rpm based distributions.

LP: #2090874
(cherry picked from commit d9b5f70470f861d4ef8629e9218e46ea4314206a)

9ba3a75... by Alan Baghumian

Add support for RHEL 10 family.
LP: #1979280

(cherry picked from commit 0057b1b733b31109936bb7de202a2450e368534d)

b4a99ec... by Dan Bungert

curthooks: fix for py3.5

Fix a syntax issue, get unit tests running again. Pulling test
requirements is pretty broken trying to run on Xenial so the test
strategy is archive packages and
PYTHONPATH=. py.test-3 tests/unittests/

cc1c1bd... by Dan Bungert

build-dep: +python3-parameterized

398f794... by Chris Peterson

Introduce the kernel-crash-dumps builtin hook

Introduce a new hook for builtin_curthooks to configure kernel crash
dumps on the target system. The configuration key is
`kernel-crash-dumps` and adds the following new section to the
curthooks configuration:

    kernel-crash-dumps:
        enabled: bool | None

By default, `enabled` is `None` will cause kernel crash dumps
to be dynamically enabled on the target system if the enablement
script provided by kdump-tools is found in:

/usr/share/kdump-tools/kdump_set_default

The enablement script will inspect the system and either enable or
disable kernel crash dumps. Users can also specify `True` or `False`
to unconditionally enable or disable kernel crash dumps, respectively.

(cherry picked from commit 40cae5c60fa9f4c495c7f61cde28862175f93ce2)

46aae90... by Dan Bungert

vmtests: fix basic_scsi.yaml running out of space

bdffda4... by Dan Bungert

vmtests: +jammy

2b3f050... by Skia

pycodestyle: make use of isinstance() instead of type()

Should fix curtin-style-tip job.

(cherry picked from commit cbe21867dd5dd4f51a9ca6794fa2104585ae365a)

8f672cc... by Dan Bungert

vmtest: -pep8

0b75bea... by Dan Bungert

tox: unpin flake8 version, sort