X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fboot.h;h=0f2734133bc80c9d43cec55c5c1d4461f6cdfe5b;hp=21904950c0cb74f077919210876fcb2ce6a1aa45;hb=9f42e56fc5968fcb34edfad017adb73960c2bb61;hpb=86c9d34380b0074dab1ba89a569a94280d6999c4 diff --git a/discover/boot.h b/discover/boot.h index 2190495..0f27341 100644 --- a/discover/boot.h +++ b/discover/boot.h @@ -26,12 +26,13 @@ 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; bool cancelled; bool verify_signature; + bool decrypt_files; struct load_url_result *image_signature; struct load_url_result *initrd_signature; struct load_url_result *dtb_signature; @@ -43,6 +44,7 @@ struct boot_task { }; enum { + KEXEC_LOAD_DECRYPTION_FALURE = 252, KEXEC_LOAD_SIG_SETUP_INVALID = 253, KEXEC_LOAD_SIGNATURE_FAILURE = 254, };