Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show console dashboard on tty other than tty1 #198

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 20, 2021

  1. Show console dashboard on tty other than tty1

    - Need to move "setup-installer.sh" to initramfs stage for
      enabling/disabling getty services
    
    - Because cOS' initramfs stage runs in chroot env and /tmp is not
      in BindPaths, here-document can't be used. Thus we need to store that
      override.conf as "/etc/tty-dashboard-override.conf", then copy this
      file to the correct service.d directory as drop-ins.
    
    - For testing purpose, the console dashboard will always show on tty6.
    
    TODOs:
    
    - How to determine which tty to show console dashboard?
    
      - Provide a Harvester config such as `console_tty` for users to choose
        which tty to show the dashboard
    John Liu committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    403dbbd View commit details
    Browse the repository at this point in the history