Class: Sgdisk::Lvm

Inherits:
Root
  • Object
show all
Defined in:
lib/sgdisk.rb

Instance Method Summary collapse

Methods inherited from Root

#initialize

Constructor Details

This class inherits a constructor from Sgdisk::Root

Instance Method Details

#load_codesObject



109
110
111
112
113
# File 'lib/sgdisk.rb', line 109

def load_codes
  super
  @root_code = '8e00'
  @home_code = '8e00'
end