mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
This patch imports Finit v4.3 from myLinux to infIX along with a rudimentary rootfs skeleton. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
21 lines
795 B
Plaintext
21 lines
795 B
Plaintext
# This is a console auto-detect for the built-in getty. It matches
|
|
# ttyS0, ttyAMA0, or ttymxc0 depending on the system.
|
|
#tty [12345] @console 115200 noclear
|
|
|
|
# For board bringup or debug purposes the `nologin` flag can be used
|
|
# to bypass the login prompt and get a shell directly.
|
|
#tty [12345] @console noclear nologin
|
|
|
|
# Alternatively you can run on the exact TTY device
|
|
#tty [12345] /dev/ttyS0 115200 noclear
|
|
#tty [12345] /dev/ttyAMA0 115200 noclear vt220
|
|
|
|
# Example using an external getty, here from BusyBox
|
|
#tty [12345] /sbin/getty -L 115200 ttyAMA0 vt100 nowait
|
|
#tty [12345] /sbin/getty -L 115200 @console vt100 noclear
|
|
|
|
# Allow login on ttyUSB0, for systems with no dedicated console port
|
|
#tty [12345] /dev/ttyUSB0 115200 noclear
|
|
|
|
# Automatically generated from Buildroot menuconfig
|