From 9f42e56fc5968fcb34edfad017adb73960c2bb61 Mon Sep 17 00:00:00 2001 From: Samuel Mendoza-Jonas Date: Tue, 9 Aug 2016 16:01:49 +1000 Subject: Use 'consoles' instead of 'tty' to refer to interfaces 'Console' is more readily understandable and technically more correct than 'tty' for referring to the interfaces that Petitboot starts a UI on. Signed-off-by: Samuel Mendoza-Jonas --- discover/boot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discover/boot.h') diff --git a/discover/boot.h b/discover/boot.h index 2d99b7f..0f27341 100644 --- a/discover/boot.h +++ b/discover/boot.h @@ -26,7 +26,7 @@ struct boot_task { char *local_initrd_override; char *local_dtb_override; const char *args; - const char *boot_tty; + const char *boot_console; boot_status_fn status_fn; void *status_arg; bool dry_run; -- cgit v1.2.1