]> git.ozlabs.org Git - petitboot/commitdiff
lib: Add support for tracking boot consoles
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>
Tue, 7 Jun 2016 06:23:52 +0000 (16:23 +1000)
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>
Tue, 28 Jun 2016 06:17:36 +0000 (16:17 +1000)
Add tty_list and boot_tty to the config struct to keep track of
available console interfaces and the default console to set as primary
respectively.
Also add a tty field to the boot_command struct so that the current
console can be sent to the discover server during a manual boot command.

Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>

No differences found