Skip to content

Use /dev/tty0 as a console even if it's not in /proc/consoles

Alper Nebi Yasak requested to merge alpernebbi/rootskel:always-use-tty0 into master

On arm64 machines which have an SPCR ACPI table (e.g. qemu-system-aarch64), /proc/consoles doesn't include /dev/tty0 even if it works just fine. This MR lets d-i launch on the display even in that case.

Merge request reports

Loading