pxe-tar-xz: Use the qcow2 packageset#2377
Conversation
In order to make the booted system consistent with other images use the generic_base_pkgset on Fedora. On RHEL 9 and 10 move the qcow2 packageset to its own section, 'qcow2_base_pkgset' and use that for qcow2 and pxe-tar-xz. This results in a rootfs that is around 175-200MB larger but include that standard set of tools.
lzap
left a comment
There was a problem hiding this comment.
IDK I just think qcow2 is not the best starting point for PXE type. We can add easily stuff that simply does not belong in there. I actually think PXE should be separate, just add @core that should be enough. Also all those excludes are probably not relevant? Only git blame knows, have you reviewed these?
Having said all that, you are not making it worse too much, we are missing some basic tools like sudo on the PXE image, so yeah. 🤷🏻
|
I don't know that "not making it worse" should be the baseline. |
Probably not, I am not yet too confident with blocking any work in images honestly. But my observation is that this is a pattern in distrodefs - we would often do something like this. And I think this PR is not the right place to do it - we should probably do a review as a separate refactoring ticket. |
In order to make the booted system consistent with other images use the generic_base_pkgset on Fedora. On RHEL 9 and 10 move the qcow2 packageset to its own section, 'qcow2_base_pkgset' and use that for qcow2 and pxe-tar-xz.
This results in a rootfs that is around 175-200MB larger but include that standard set of tools.