]> git.ozlabs.org Git - petitboot/blobdiff - ui/common/discover-client.c
Add support for GPG signature enforcement on booted
[petitboot] / ui / common / discover-client.c
index 71ef70b81fdb3f146e498ba4a38f9c0a438494bb..5dbd99bee70f19d3141d045b85bd12fcf728db26 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->tty = ttyname(STDIN_FILENO);
 }
 
 int discover_client_boot(struct discover_client *client,