openwrt/target/linux/x86
Mark Mentovai c099523d66 armsr: use console=tty1 to make console more readily available
Like x86, armsr is frequently virtualized, and is used for development
and debugging. Kernel messages should be more readily apparent by
default. This can be achieved by adding console=tty1 to the kernel
command line, enabling the console on a (possibly virtual) display and
keyboard, in addition to a serial port.

This also enables failsafe on tty1. Failsafe mode operates on consoles
known by the kernel, without regard to /etc/inittab.

armsr's /etc/inittab is also updated to specify tty1 instead of tty0.
tty1 is technically more correct: tty1 is the first virtual console,
where tty0 reflects the current active virtual console (which is likely
to be tty1).

This configuration matches x86, which is another target commonly used
for virtualization, development, and debugging in the same way. x86's
kernel command line had specified console=tty0, although console=tty1 is
more correct for the reasons given above. This also brings x86's kernel
command line console= into agreement with its /etc/inittab, which
already used tty1.

Signed-off-by: Mark Mentovai <mark@mentovai.com>
Link: https://github.com/openwrt/openwrt/pull/16213
Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-08-25 13:15:33 +02:00
..
64 x86: enable console keyboard 2024-08-21 12:15:21 +02:00
base-files base-files: improve Dell EMC Edge620 (x86) product support 2024-08-06 14:30:31 +02:00
generic x86: enable console keyboard 2024-08-21 12:15:21 +02:00
geode x86: drop 6.1 support 2024-05-30 22:47:59 +02:00
image armsr: use console=tty1 to make console more readily available 2024-08-25 13:15:33 +02:00
legacy x86: enable console keyboard 2024-08-21 12:15:21 +02:00
patches-6.6 x86: 6.6: refresh patches 2024-04-04 08:56:10 +02:00
base-files.mk target: Make TARGET_SERIAL independent of GRUB configuration 2023-11-29 23:43:01 +01:00
config-6.6 x86: generic: config-6.6: add/remove default syms 2024-05-05 21:22:31 +02:00
Makefile x86: use kernel 6.6 by default 2024-05-30 22:47:59 +02:00
modules.mk x86: Add kmod-dwmac-intel 2023-12-02 00:42:00 +01:00