# File lib/vagrant-libvirt/action/set_boot_order.rb, line 9
        def initialize(app, env)
          @app    = app
          @logger = Log4r::Logger.new('vagrant_libvirt::action::set_boot_order')
          config = env[:machine].provider_config
          @boot_order = config.boot_order
        end