Sha256: 15609465b6fa718eda8b8822344c5fd484cc995f4094b873ed17573f279f66f3

Contents?: true

Size: 237 Bytes

Versions: 48

Compression:

Stored size: 237 Bytes

Contents

require_relative '../linux/guest'

module VagrantPlugins
  module GuestTinyCore
    class Guest < VagrantPlugins::GuestLinux::Guest
      # Name used for guest detection
      GUEST_DETECTION_NAME = "Core Linux".freeze
    end
  end
end

Version data entries

48 entries across 44 versions & 5 rubygems

Version Path
vagrant-unbundled-1.9.8.1 plugins/guests/tinycore/guest.rb
vagrant-unbundled-1.9.7.1 plugins/guests/tinycore/guest.rb
vagrant-aws-mkubenka-0.7.2.pre.14 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/guests/tinycore/guest.rb
vagrant-aws-mkubenka-0.7.2.pre.11 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/guests/tinycore/guest.rb
vagrant-aws-mkubenka-0.7.2.pre.10 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/guests/tinycore/guest.rb
vagrant-aws-mkubenka-0.7.2.pre.9 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/guests/tinycore/guest.rb
vagrant-unbundled-1.9.5.1 plugins/guests/tinycore/guest.rb
vagrant-unbundled-1.9.1.1 plugins/guests/tinycore/guest.rb