Class: Bootloader::ReadDialog

Inherits:
Object
  • Object
show all
Includes:
Yast::I18n
Defined in:
src/lib/bootloader/read_dialog.rb

Overview

Dialog for graphical indication that bootloader configuration is read

Instance Method Summary (collapse)

Instance Method Details

- (Object) run



11
12
13
14
15
# File 'src/lib/bootloader/read_dialog.rb', line 11

def run
  Yast::Wizard.RestoreHelp(help_text)
  ret = Yast::Bootloader.Read
  ret ? :next : :abort
end