# File lib/knife-solo/bootstraps.rb, line 49
      def bootstrap!
        run_pre_bootstrap_checks
        send("#{distro[:type]}_install")
        install_ohai_hints
      end