Module: Vmit::Bootstrap

Defined in:
lib/vmit/bootstrap.rb

Defined Under Namespace

Modules: DebianMedia, FedoraMedia, MethodAutoYaST, MethodDebianPreseed, MethodKickstart, SUSEMedia Classes: FromImage, FromMedia

Class Method Summary collapse

Class Method Details

.archObject



30
31
32
# File 'lib/vmit/bootstrap.rb', line 30

def self.arch
  Cheetah.run('arch', :stdout => :capture).strip
end

.bootstrapper_for(location) ⇒ Object



34
35
36
37
38
# File 'lib/vmit/bootstrap.rb', line 34

def self.bootstrapper_for(location)
  case
  when local_iso
  end
end