-
Notifications
You must be signed in to change notification settings - Fork 169
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
cmd-buildextend-live: always change EFI/{vendor}
to correct vendor id
#3048
Conversation
1fc0a06
to
1132bd9
Compare
Build c9s live iso locally, run uefi-secure test, result is passed.
|
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.
Nice work! To be clear: I'm good to merge this as is to unblock C9S work, we can do my suggested tweaks as a followup too.
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.
Thanks for handling this!
3adc7af
to
c103d5e
Compare
EFI/{distro}/grub.cfg
to EFI/centos/grub.cfg
for scosEFI/{vendor}
to correct vendor id
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!
Consider of building scos using centos stream, we want to make this more flexiable to different ventor instead of fixed `redhat`. Change with coreos-assember refer to coreos/coreos-assembler#3048
Consider of building scos using centos stream, we want to make this more flexiable to different ventor instead of fixed `redhat`. Change with coreos-assember refer to coreos/coreos-assembler#3048
Fix openshift/os#954