# File lib/vagrant-libvirt/action/set_boot_order.rb, line 81
        def final_boot_order(boot_order, devices)
          boot_order.flat_map do |category|
            devices[category.class == Hash ? category.keys.first : category]
          end
        end