]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
discover: Add debug flag to config
[petitboot] / lib / types / types.h
index 129319309cc0882ee36f3c7775fe56e780e1afd1..25bf556e8ee1c931625777a5dee2ba818dbbd057 100644 (file)
@@ -124,6 +124,12 @@ struct config {
        struct network_config   network;
        struct boot_priority    *boot_priorities;
        unsigned int            n_boot_priorities;
+       char                    *boot_device;
+       char                    *lang;
+
+       /* not user-settable */
+       bool                    safe_mode;
+       bool                    debug;
 };
 
 #endif /* _TYPES_H */