-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
manifests: Prepare for CentOS Stream 9 -> 10 transition #3015
Conversation
Draft as some changes have not been confirmed yet. |
7a763fb
to
7f865c8
Compare
Another option for the sgdisk transition to avoid having to set a custom path in the Ignition RPM and in the script here is to install |
af68536
to
377140f
Compare
The only real use of sgdisk in this repo is for the UUID restamp and moving the GPT backup header. We should be able to do those with Overall that use can easily be dropped since it's much more scoped and easier to verify that it's equivalent to the sgdisk bit. Not sure it's worth trying to piggy back on Ignition's sgdisk. |
OK. I don't want to do the gdisk -> fdisk migration in FCOS now so I'll remove that change and I'll install sgdisk in the PATH only in the initramfs for now in SCOS |
7f865c8
to
feaabbd
Compare
feaabbd
to
f98d788
Compare
I think those changes are ready and should be a NOP for FCOS. |
LGTM - can we merge next Monday once we get the F41/beta |
libteam support is removed in CentOS Stream 10. Move packages related to this support to a Enterprise Linux 9 only manifest to prepare for that removal. See: coreos/fedora-coreos-tracker#1727
runc is not included in CentOS Stream 10. Move the runc package to an Enterprise Linux 9 only manifest to prepare for that removal.
Move packages to an Enterprise Linux 10 only manifest to prepare for the package split changes: - GPU firmwares are split into their own package in CentOS Stream 10 - kdump tools are split between kexec-utils, makedumpfile and kdump-utils
f98d788
to
2c658ba
Compare
Alright, I've rebased this to re-run the tests. Let's get this in now that we're good with F41? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
manifests: Move NetworkManager-team/teamd to EL9 shared manifest
libteam support is removed in CentOS Stream 10. Move packages related to
this support to a Enterprise Linux 9 only manifest to prepare for that
removal.
See: coreos/fedora-coreos-tracker#1727
manifests: Move runc to EL9 shared manifest
runc is not included in CentOS Stream 10. Move the runc package to an
Enterprise Linux 9 only manifest to prepare for that removal.
manifests: Move GPU firmwares & kdump tools to EL10 shared manifest
Move packages to an Enterprise Linux 10 only manifest to prepare
for the package split changes:
kdump-utils
See also: openshift/os#1498