Class: Bootloader::Stage1Proposal::S390
- Inherits:
-
Bootloader::Stage1Proposal
- Object
- Bootloader::Stage1Proposal
- Bootloader::Stage1Proposal::S390
- Defined in:
- src/lib/bootloader/stage1_proposal.rb
Overview
s390x specific stage1 proposal
Constant Summary
Constants inherited from Bootloader::Stage1Proposal
Instance Attribute Summary
Attributes inherited from Bootloader::Stage1Proposal
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
#propose ⇒ Object
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 |