-
Notifications
You must be signed in to change notification settings - Fork 43
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
Support latest distro args in pxemenu #241
Conversation
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, just one comment from John that should be addressed.
Yes I'm working on it but need to change downstream first where I know full Unit Test suite runs which takes hours. |
For latest distros, the variables 'method' and 'repos' are not supported in beaker pxemenu. Replace with 'inst.repos' instead. The latest distros are RHEL9, CentOSStream9, FedoraRawhide, FedoraELN, and Fedora34 and up.
820a4ad
to
305d0fe
Compare
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.
This looks good to me. With the caveat that I'm not that familiar with this part of the code base.
I'm seeing things you all may not see cause of my RedHat users. They're a tough group but in the same breath good people. |
Just sharing..... When a system is booting up, you can interrupt the boot process and you can select a different distro from the pxemenu built on the LC via a cron job which calls beaker-pxemenu to build it. This enables you to access other distros configured in Beaker. Perhaps Martin has more to add. |
For latest distros, the variables 'method' and 'repos' are not supported in beaker pxemenu. Replace with 'inst.repos' instead. The latest distros are
RHEL9, CentOSStream9, FedoraRawhide, FedoraELN, and Fedora34 and up.