You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a magic string for the ISO kernel cmdline: (#244)
## Description
<!--- Please describe what this PR is going to change -->
This adds a 1024 character string that is used as a known string to
match on when binary patching the Hook ISO. This means that a service
needs to binary patch the Hook ISO that is built with the cmdline. In
the Tinkerbell stack this is functionality that is being built into
Smee. 1024 characters were chosen to allow for patching all the things
that the `auto.ipxe` in Smee allows for currently. This include many
things like, tink worker image, container registry info, proxies, and
more.
## Why is this needed
<!--- Link to issue you have raised -->
Fixes: #
## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->
## How are existing users impacted? What migration steps/scripts do we
need?
<!--- Fixes a bug, unblocks installation, removes a component of the
stack etc -->
<!--- Requires a DB migration script, etc. -->
## Checklist:
I have:
- [ ] updated the documentation and/or roadmap (if required)
- [ ] added unit or e2e tests
- [ ] provided instructions on how to upgrade
0 commit comments