Class: Bootloader::Stage1Proposal::S390

Inherits:
Bootloader::Stage1Proposal show all
Defined in:
src/lib/bootloader/stage1_proposal.rb

Overview

s390x specific stage1 proposal

Constant Summary

Constants inherited from Bootloader::Stage1Proposal

AVAILABLE_PROPOSALS

Instance Attribute Summary

Attributes inherited from Bootloader::Stage1Proposal

#stage1

Instance Method Summary collapse

Methods inherited from Bootloader::Stage1Proposal

#assign_bootloader_device, #initialize, propose

Constructor Details

This class inherits a constructor from Bootloader::Stage1Proposal

Instance Method Details

#proposeObject



146
147
148
149
150
151
152
# File 'src/lib/bootloader/stage1_proposal.rb', line 146

def propose
  # s390 do not need any partition as it is stored to predefined zipl location
  assign_bootloader_device(:none)

  stage1.activate = false
  stage1.generic_mbr = false
end