- Detect XFS file systems with problematic parameters - Raise an inhibitor if unsupported target version supplied instead of error - Prevent a possible crash with LiveMode when adding the upgrade boot entry on systems with LVM - Resolves: RHEL-57043, RHEL-52309, RHEL-60034
22 lines
890 B
Diff
22 lines
890 B
Diff
From 8fe49982ee048d6b74aec4f4537ea9f1b4a7e021 Mon Sep 17 00:00:00 2001
|
|
From: Michal Hecko <mhecko@redhat.com>
|
|
Date: Mon, 27 Jan 2025 10:58:48 +0100
|
|
Subject: [PATCH 59/63] fix(models): move arm bootloader workaround model into
|
|
common
|
|
|
|
Move model used to implement arm bootloader workarounds to common
|
|
as this model will be also used when adding/removing kernel entries
|
|
to use custom blsdir.
|
|
---
|
|
.../system_upgrade/{el8toel9 => common}/models/upgradeefientry.py | 0
|
|
1 file changed, 0 insertions(+), 0 deletions(-)
|
|
rename repos/system_upgrade/{el8toel9 => common}/models/upgradeefientry.py (100%)
|
|
|
|
diff --git a/repos/system_upgrade/el8toel9/models/upgradeefientry.py b/repos/system_upgrade/common/models/upgradeefientry.py
|
|
similarity index 100%
|
|
rename from repos/system_upgrade/el8toel9/models/upgradeefientry.py
|
|
rename to repos/system_upgrade/common/models/upgradeefientry.py
|
|
--
|
|
2.48.1
|
|
|