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
dracut modules: add breakpoints with more consistent names
I've already realized I missed couple of breakpoints over time inside
the initramfs and cannot remember expected cmdline params for each
of them. So let's try to make it more consistent. Keeping the original
cmdline arguments as some people are used to them already, but
introducing new ones.
New introduced breakpoints:
* rd.upgrade.break=leapp-initram
* breaks right after getting to leapp dracut modules
* orig
* rd.break=upgrade
* rd.upgrade.break=upgrade
* rd.upgrade.break=leapp-pre-upgrade
* breaks just right before running leapp in initramfs
* rd.upgrade.break=leapp-post-upgrade
* running just right after leapp upgrade (dnf transaction done),
before the start of post-upgrade phases
* orig:
* rd.break=leapp-upgrade
* rd.upgrade.break=leapp-upgrade
* rd.upgrade.break=leapp-finish
* the last breakpoint, after logs are saved, before the upcoming
reboot (leaving the upgrade environment)
* orig:
* rd.break=leapp-logs
Note: we could possibly drop old ones already, but as this is
going to be one of last changes for IPU 7 -> 8, I decided to leave
such a decision for future. Also, it's possible that we will need
to redesign this part of the upgrade process, so that's another reason
why to just add something, but do not drop anything.
Copy file name to clipboardExpand all lines: repos/system_upgrade/common/actors/commonleappdracutmodules/files/dracut/85sys-upgrade-redhat/do-upgrade.sh
0 commit comments