Skip to content
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

Specify onie img file #958

Closed
ingridcelestica opened this issue Oct 10, 2023 · 0 comments
Closed

Specify onie img file #958

ingridcelestica opened this issue Oct 10, 2023 · 0 comments

Comments

@ingridcelestica
Copy link
Contributor

ONIE with secureboot will have <initrd.img-5.4.86-onie.sig> and <initrd.img-5.4.86-onie>. The community code doesn't specify to use the <initrd.img-5.4.86-onie> which will impact the ONL installation. Could we modify the pat to <onie/initrd.img*-onie> make it specifically to use the one without sig?
def _g(d): pat = os.path.join(d, "**onie/initrd.img***") l = glob.glob(pat) if l: return l[0] return None
From <packages/base/all/vendor-config-onl/src/python/onl/install/ShellApp.py> line 109.

@ingridcelestica ingridcelestica closed this as not planned Won't fix, can't repro, duplicate, stale Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant