]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
ui/ncurses: Keep track of the default boot option
[petitboot] / lib / types / types.h
index f5392c89c4a7b1715622cf3d7520e956e24ac30b..39760d91848d150b9c01cc50bc609f77d2ceaf14 100644 (file)
@@ -54,6 +54,7 @@ struct boot_option {
        char            *boot_args;
        char            *args_sig_file;
        bool            is_default;
+       bool            is_autoboot_default;
 
        struct list_item        list;