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
The tools/latest-kernel-full-config.sh script currently only runs the step for merging Bottlerocket's custom kernel configs with upstream kernel configs in a container; all other steps for generating configs are run directly on the instance executing the script.
Instead, I would like all of the core logic of the script to run inside the bottlerocket-sdk container. This way, we can avoid "it doesn't work on my machine" issues like #173 in the future