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

fix: allow platform cmdline args to be arch-specific #8530

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

smira
Copy link
Member

@smira smira commented Apr 2, 2024

Fix Equnix Metal (where proper arm64 args are known) and metal platform (using generic arm64 console arg).

Other platforms might need to be updated, but correct settings are not known at the moment.

Fixes #8529

Fix Equnix Metal (where proper arm64 args are known) and metal platform
(using generic arm64 console arg).

Other platforms might need to be updated, but correct settings are not
known at the moment.

Fixes siderolabs#8529

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
@smira smira added this to the v1.7 milestone Apr 2, 2024
@smira smira changed the title fix: allow platform cmdline args to be platform-specific fix: allow platform cmdline args to be arch-specific Apr 2, 2024
}
case "arm64":
return []*procfs.Parameter{
procfs.NewParameter("console").Append("ttyAMA0,115200"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@smira
Copy link
Member Author

smira commented Apr 2, 2024

/m

@talos-bot talos-bot merged commit 090143b into siderolabs:main Apr 2, 2024
18 checks passed
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

Successfully merging this pull request may close these issues.

Talos platforms should support KernelCmdline per arch
3 participants