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

#runSymbol

Write settings dialog

Returns:

  • (Symbol)

    :abort if aborted :next otherwise



17
18
19
20
21
# File 'src/lib/bootloader/write_dialog.rb', line 17

def run
  Yast::Wizard.RestoreHelp(help_text)

  Yast::Bootloader.Write ? :next : :abort
end