Skip to content

Instantly share code, notes, and snippets.

@jlevon
Created August 19, 2020 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlevon/4b731bab003f6c9bdd92c645d7691ad2 to your computer and use it in GitHub Desktop.
Save jlevon/4b731bab003f6c9bdd92c645d7691ad2 to your computer and use it in GitHub Desktop.
omnios installer serial setup
kayak-r151034l# cat /mnt/boot/conf.d/serial  
boot_multicons="YES"
boot_serial="YES"
comconsole_speed="115200"
os_console="ttya"
console="ttya,text"
ttya-mode="115200,8,n,1,-"

from https://omniosce.org/setup/serial_console

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment