Skip to content

Conversation

@Rolv-Apneseth
Copy link

Opening this PR to hopefully lead to further discussions on how to proceed with coreos/fedora-coreos-tracker#1959

As described there, it seems there is room to improve the solution, but I'm not sure how.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request adds console configuration for Hetzner aarch64 systems. The change is straightforward and adds a new platform definition. I have one suggestion to improve consistency with the existing configurations in the file. Using console=tty0 instead of console=tty1 would align this new entry with all other platforms, improving maintainability unless tty1 is specifically required for Hetzner.

- terminal_input serial console
- terminal_output serial console
kernel_arguments:
- console=tty1

Choose a reason for hiding this comment

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

medium

For consistency with other platform configurations in this file, please consider using console=tty0 instead of console=tty1. tty0 is used for the virtual console across all other platform definitions here. If tty1 is specifically required for Hetzner aarch64 systems, it would be helpful to add a comment explaining why.

      - console=tty0

Copy link
Author

Choose a reason for hiding this comment

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

Not sure why - it's just what I saw all the other OSes using. I listed /proc/cmdline outputs in this comment

Add console configuration for Hetzner aarch64 systems in order to enable
console output between the grub menu and login prompt.

Related issue:
coreos/fedora-coreos-tracker#1959
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.

1 participant