Class: Sgdisk::Encrypt

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



117
118
119
120
121
122
# File 'lib/sgdisk.rb', line 117

def load_codes
  super
  @boot_code = '8309'
  @root_code = '8309'
  @home_code = '8309'
end