We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello. The factory service generates invalid kernel url in ipxe script.
kernel
ipxe
Example:
https://factory.talos.dev/pxe/628eff6e10e9c36933322bc4a83f27226e7fe74385552e8f2213955d8f17ae24/v1.8.3/metal-amd64-secureboot
It produces metal-amd64-secureboot.uki.efi, which is incorrect. Correct one is metal-amd64-secureboot-uki.efi
metal-amd64-secureboot.uki.efi
metal-amd64-secureboot-uki.efi
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello. The factory service generates invalid
kernel
url inipxe
script.Example:
https://factory.talos.dev/pxe/628eff6e10e9c36933322bc4a83f27226e7fe74385552e8f2213955d8f17ae24/v1.8.3/metal-amd64-secureboot
It produces
metal-amd64-secureboot.uki.efi
, which is incorrect.Correct one is
metal-amd64-secureboot-uki.efi
The text was updated successfully, but these errors were encountered: