# File lib/rubyipmi/ipmitool/commands/chassisconfig.rb, line 29
    def bootdevices
      # ideally we should get this list from the ipmidevice
      # However ipmitool only has a static list
      ["pxe", "disk", "safe", "diag", "cdrom", "bios", "floppy"]
    end