Class: Bootloader::WriteDialog
- Inherits:
-
Object
- Object
- Bootloader::WriteDialog
- Includes:
- Yast::I18n
- Defined in:
- src/lib/bootloader/write_dialog.rb
Overview
Dialog providing visual feedback during writing configuration
Instance Method Summary collapse
-
#run ⇒ Symbol
Write settings dialog.
Instance Method Details
#run ⇒ Symbol
Write settings dialog
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 |