Class: Bootloader::AutoinstProfile::DeviceMapEntrySection

Inherits:
Installation::AutoinstProfile::SectionWithAttributes
  • Object
show all
Defined in:
src/lib/bootloader/autoinst_profile/device_map_entry_section.rb

Overview

This class represents an AutoYaST section within a one

Class Method Summary collapse

Class Method Details

.attributesObject



28
29
30
31
32
33
# File 'src/lib/bootloader/autoinst_profile/device_map_entry_section.rb', line 28

def self.attributes
  [
    { name: :firmware },
    { name: :linux }
  ]
end