]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
discover: Avoid writing network overrides to NVRAM
[petitboot] / lib / types / types.h
index 5c5f6ed80110e8e341bc2f3380add6b63f2affa8..7b9269b1899905cb250feaaf2fb1a365b21a0f6d 100644 (file)
@@ -52,6 +52,7 @@ struct boot_option {
        char            *initrd_file;
        char            *dtb_file;
        char            *boot_args;
+       char            *args_sig_file;
        bool            is_default;
 
        struct list_item        list;
@@ -65,6 +66,7 @@ struct boot_command {
        char *initrd_file;
        char *dtb_file;
        char *boot_args;
+       char *args_sig_file;
        char *tty;
 };
 
@@ -127,6 +129,7 @@ struct interface_config {
                        char *url;
                } static_config;
        };
+       bool    override;
 };
 
 struct network_config {