rancher / elemental-toolkit

:snowflake: The toolkit to build, ship and maintain cloud-init driven Linux derivatives based on container images
https://rancher.github.io/elemental-toolkit/docs/
Apache License 2.0
288 stars 49 forks source link

Make additional kernel parameters configurable #2066

Closed kkaempf closed 3 months ago

kkaempf commented 3 months ago

When building ISOs for aarch64 an additional console=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 :-(

frelon commented 3 months ago

Is this a duplicate of https://github.com/rancher/elemental-toolkit/issues/1764 ?

kkaempf commented 3 months ago

Indeed !