]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
discover: Integrate ipmi bootdev settings into the priority system
[petitboot] / lib / types / types.h
index 129319309cc0882ee36f3c7775fe56e780e1afd1..f543b7f7ea3295d39a91783897663152e5350f5d 100644 (file)
@@ -122,8 +122,20 @@ struct config {
        bool                    autoboot_enabled;
        unsigned int            autoboot_timeout_sec;
        struct network_config   network;
+
        struct boot_priority    *boot_priorities;
        unsigned int            n_boot_priorities;
+
+       char                    *boot_device;
+
+       unsigned int            ipmi_bootdev;
+       bool                    ipmi_bootdev_persistent;
+
+       char                    *lang;
+
+       /* not user-settable */
+       bool                    safe_mode;
+       bool                    debug;
 };
 
 #endif /* _TYPES_H */