aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
from:
to:
context:
space:
mode:
authorGravatar Jeremy Cline <jeremycline@linux.microsoft.com> 2025-05-27 09:52:54 -0400
committerGravatar Jeremy Cline <jeremycline@linux.microsoft.com> 2025-05-29 16:17:08 -0400
commit5c2fc05a284f7e48d5f357823953891e846dd807 (patch)
tree851464be0b7115a0855c979d2472db9691f3eb47 /scripts
parent56a4d1ed1ab8c0e382667ee09c6a040c4b9cf0d9 (diff)
downloadkiwi-descriptions-5c2fc05a284f7e48d5f357823953891e846dd807.tar.gz
kiwi-descriptions-5c2fc05a284f7e48d5f357823953891e846dd807.zip
ELN: Adjust aarch64 images to use the correct serial console
The serial device name on Arm is ttyAMA, not ttyS. This splits the configuration for ELN images based on the architecture and adjusts the kernel command line. Note that prior to this change, aarch64 would still output kernel logs to the ttyAMA0 console (on Azure, at least) due to the ACPI SPCR table. On aarch64 the console in this table, if it's present, is _always_ configured as the kernel's default console. However, systemd logs would not be sent to the serial console because it seems it was honoring the kernel command line configuration which had ttyS0 as the default. Note: this is the exact same change as 4979662a547e ("Cloud: Adjust aarch64 images to use the correct serial console"), if you're reverting this, you probably want to also revert that one. Also see: https://pagure.io/cloud-sig/issue/394 Also see: https://bugzilla.redhat.com/show_bug.cgi?id=1661288 Signed-off-by: Jeremy Cline <jeremycline@linux.microsoft.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions