]> git.ozlabs.org Git - petitboot/blobdiff - ui/common/discover-client.c
Use 'consoles' instead of 'tty' to refer to interfaces
[petitboot] / ui / common / discover-client.c
index 71ef70b81fdb3f146e498ba4a38f9c0a438494bb..27bba329dbf0478b273139ab76eb97d33bd22ff6 100644 (file)
@@ -312,6 +312,8 @@ static void create_boot_command(struct boot_command *command,
        command->initrd_file = data->initrd;
        command->dtb_file = data->dtb;
        command->boot_args = data->args;
+       command->args_sig_file = data->args_sig_file;
+       command->console = ttyname(STDIN_FILENO);
 }
 
 int discover_client_boot(struct discover_client *client,