Class: Bootloader::WriteDialog

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

Overview

Dialog providing visual feedback during writing configuration

Instance Method Summary (collapse)

Instance Method Details

- (Object) run

Write settings dialog

Returns:

  • :abort if aborted and :next otherwise



13
14
15
16
17
# File 'src/lib/bootloader/write_dialog.rb', line 13

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