Method: Yast::BootArchClass#main

Defined in:
src/modules/BootArch.rb

#mainObject



28
29
30
31
32
33
34
35
36
# File 'src/modules/BootArch.rb', line 28

def main
  textdomain "bootloader"

  Yast.import "Arch"
  Yast.import "Kernel"
  Yast.import "Linuxrc"
  Yast.import "ProductFeatures"
  Yast.import "Stage"
end