tree: 2109b98ea7b795c99bbb6c0f53059a8b069d7f14 [path history] [tgz]
  1. meta/
  2. qemu-tests/
  3. autorun.cc
  4. autorun.h
  5. BUILD.gn
  6. console_launcher.cc
  7. console_launcher.h
  8. console_launcher_unittest.cc
  9. main.cc
  10. README.md
  11. shell-permissions-test.cc
  12. virtcon-setup-unittests.cc
  13. virtcon-setup.cc
  14. virtcon-setup.h
src/bringup/bin/console-launcher/README.md

console-launcher

The console-launcher component is responsible for launching the console on the debug serial connection. This component will relaunch the console if it ever quits.

This component can be configured by the the following kernel commandline options:

  • console.shell
  • console.is_virtio
  • console.path
  • TERM

Console-launcher should be built and launched automatically in every configuration. Console-launcher will decide if the console should be launched depending on the kernel commandline arguments.

Testing

Unit tests for console-launcher are available in the console-launcher-tests package.

$ fx test console-launcher-tests