]> 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 25bf556e8ee1c931625777a5dee2ba818dbbd057..f543b7f7ea3295d39a91783897663152e5350f5d 100644 (file)
@@ -122,9 +122,15 @@ 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 */