Class: VagrantVbguest::Installers::Ubuntu

Inherits:
Debian show all
Defined in:
lib/vagrant-vbguest/installers/ubuntu.rb

Instance Attribute Summary

Attributes inherited from Base

#env, #host, #options, #vm

Class Method Summary collapse

Methods inherited from Debian

#install

Methods inherited from Linux

distro, #execute_installer, #guest_version, #install, #mount_iso, #mount_point, #rebuild, #running?, #start, #tmp_path, #unmount_iso

Methods inherited from Base

#cleanup, #guest_version, #initialize, #install, #installer_version, #iso_file, #mount_point, #rebuild, #running?, #start, #tmp_path, #upload, #yield_installation_error_warning, #yield_installation_waring, #yield_rebuild_warning

Methods included from Helpers::VmCompatible

#communicate, #driver, vm_id

Constructor Details

This class inherits a constructor from VagrantVbguest::Installers::Base

Class Method Details

.match?(vm) ⇒ Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/vagrant-vbguest/installers/ubuntu.rb', line 5

def self.match?(vm)
  :ubuntu == self.distro(vm)
end