-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(arm,bootloaders): use correct blsdir when boot is not separate
Currently, leapp does not distinguish between having and not having a separate /boot partition. Since blsdir is relative to the device on which /boot resides, ARM systems without a separate /boot could not boot into our upgrade environment, and, instead, they booted back into pre-upgrade RHEL8. This patch adds additional handling for non-separate /boot to the process of specifying custom blsdir. Resolves: RHEL-41193
- Loading branch information
Michal Hecko
committed
Feb 6, 2025
1 parent
c5accf4
commit 80a7d74
Showing
2 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters