IntroductionThe set of enabled consoles (serial tty or virtual terminal (VT)) used to require a combination of USE flags and custom package installs. With the new chromeos-base/tty package, all you have to do is set a single variable in your By default, only tty2 is enabled. Enabling Specific tty DevicesEach tty device will have an init script in Temporary TestingYou can declare which console to activate through the If you do not want to rebuild the whole system, you can just rebuild chromeos-base/tty with the right flag: USE="tty_console_tty1 tty_console_tty2" emerge-${BOARD} chromeos-base/tty Changing Board DefaultsIf you want your overlay to install an extra script by default, add the following line to your TTY_CONSOLE="${TTY_CONSOLE} tty1 ttyS0" Which tty are available?The tty available are listed in chromeos-base/tty ebuild. The current list of tty's:
|
Chromium OS > Chromium OS Developer Guide >