]> git.ozlabs.org Git - petitboot/blobdiff - discover/boot.h
Use 'consoles' instead of 'tty' to refer to interfaces
[petitboot] / discover / boot.h
index 2d99b7fb58a5e9de1eedb8444c57bbff4020842f..0f2734133bc80c9d43cec55c5c1d4461f6cdfe5b 100644 (file)
@@ -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;