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
When building ISOs for aarch64 an additional console=ttyS0 gets added to the kernel arguments.
aarch64
console=ttyS0
This works nicely for Raspberry Pi but breaks on other ARM systems, like Nvidia Jetson which requires ttyIC0
ttyIC0
Instead of hard coding the serial console, it should (at least) be a runtime parameter of the build-iso command.
build-iso
I couldn't easily find other ways of adding kernel parameters in the documentation :-(
The text was updated successfully, but these errors were encountered:
Is this a duplicate of #1764 ?
Sorry, something went wrong.
Indeed !
No branches or pull requests
When building ISOs for
aarch64
an additionalconsole=ttyS0
gets added to the kernel arguments.This works nicely for Raspberry Pi but breaks on other ARM systems, like Nvidia Jetson which requires
ttyIC0
Instead of hard coding the serial console, it should (at least) be a runtime parameter of the
build-iso
command.I couldn't easily find other ways of adding kernel parameters in the documentation :-(
The text was updated successfully, but these errors were encountered: