You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments